Air_Hockey_Simulator.Physics.Table.Table C# (CSharp) Method

Table() public method

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