mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 15:22:16 +00:00
8 lines
94 B
Text
8 lines
94 B
Text
|
class Object native
|
||
|
{
|
||
|
/*virtual*/ native void Destroy();
|
||
|
}
|
||
|
|
||
|
class Thinker : Object native
|
||
|
{
|
||
|
}
|