Example #1
0
 public Player(Table table)
 {
     _table   = table;
     _physics = new PlayerPhysics(table);
     SetupTableElements();
 }