invertika_game.Game.Actor.Actor C# (CSharp) Method

Actor() public method

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