Godot Version
4.2
Question
Hi,
How can I add an Abstract class using GDExtension?
Use ClassDB::register_abstract_class<m_class>()
method or GDREGISTER_ABSTRACT_CLASS(m_class)
macro.
system
Closed
4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.