Air_Hockey_Simulator.Physics.Puck.Puck C# (CSharp) 메소드

Puck() 공개 메소드

public Puck ( ) : System
리턴 System
        public Puck()
        {
            Velocity = new Velocity();
            Location = new PointD(0, 0);
        }
Puck