Astroids.Classes.Astroid.Astroid C# (CSharp) Method

Astroid() public method

public Astroid ( ) : System
return System
        public Astroid()
        {
            isVisable = true;
            speed = 1;
        }

Same methods

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