Astroids.Classes.Astroid.Astroid C# (CSharp) 메소드

Astroid() 공개 메소드

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

Same methods

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