nuclide-lite/src/system/ncActor.qh
2025-01-24 01:55:37 -08:00

5 lines
96 B
C++

class ncActor : ncEntity {
void ncActor( void );
virtual void _InternalPostSpawn( void );
};