Пример #1
0
 public void SetPositionItem(PhysicsComponents.PhysicComponent physicsComponent)
 {
     this.physicsComponent = physicsComponent;
 }
Пример #2
0
 public MovingGraphics(ObjectShell parent, string texture)
     : base(parent, texture)
 {
     physicsComponent = new PhysicsComponents.EmptyPhysicComponent(parent);
 }