mirror of
https://github.com/ZDoom/Raze.git
synced 2024-12-12 21:52:01 +00:00
5 lines
93 B
Text
5 lines
93 B
Text
class BloodActor : CoreActor native
|
|
{
|
|
native void ChangeType(class<BloodActor> newtype);
|
|
|
|
}
|