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