Asteroids.Classes.AstroidThom.AstroidThom C# (CSharp) Méthode

AstroidThom() public méthode

public AstroidThom ( ) : System
Résultat System
        public AstroidThom()
        {
            isVisable = true;
            speed = 1;
        }

Same methods

AstroidThom::AstroidThom ( int yPos, int xPos, float speed, int direction ) : System