invertika_game.Game.Actor.Actor C# (CSharp) Méthode

Actor() public méthode

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