Exemplo n.º 1
0
 public void RemoveShape(PhysicsShape shape, bool a = false)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public PhysicsShape AddCloneShape(PhysicsShape shape)
 {
     throw new NotImplementedException();
 }