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

Table() 공개 메소드

public Table ( ) : System
리턴 System
        public Table()
        {
            Walls = new List<Line>();
            Arcs = new List<Arc>();
        }
Table