Beispiel #1
0
 /// <summary>
 /// Register with physics
 /// </summary>
 public void EnableChassis()
 {
     body.EnableBody();
 }
Beispiel #2
0
 public void EnableChassis() => _body.EnableBody();