mirror of
https://github.com/ZDoom/Raze.git
synced 2025-02-03 05:31:05 +00:00
5 lines
93 B
Text
5 lines
93 B
Text
class BloodActor : CoreActor native
|
|
{
|
|
native void ChangeType(class<BloodActor> newtype);
|
|
|
|
}
|