Beispiel #1
0
 public void RemoveShape(PhysicsShape shape, bool a = false)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public PhysicsShape AddCloneShape(PhysicsShape shape)
 {
     throw new NotImplementedException();
 }