Beispiel #1
0
 public PlayerVentEvent(IGame game, IClientPlayer sender, IInnerPlayerControl innerPlayerPhysics, VentLocation ventId, bool ventEnter)
 {
     Game          = game;
     ClientPlayer  = sender;
     PlayerControl = innerPlayerPhysics;
     VentId        = ventId;
     VentEnter     = ventEnter;
 }
Beispiel #2
0
 public Vent(VentLocation id, Vector2 position)
 {
     Id       = id;
     Position = position;
 }