invertika_game.Game.Actor.Actor C# (CSharp) 메소드

Actor() 공개 메소드

public Actor ( ThingType type ) : System
type ThingType
리턴 System
        public Actor(ThingType type)
            : base(type)
        {
            mMoveTime=0;
            mUpdateFlags=0;
            mPublicID=65535;
            mSize=0;
        }