Exemplo n.º 1
0
 internal PlayerColshapeEventArgs(IPlayer player, IColshape colshape) : base(player)
 {
     Colshape = colshape;
 }
Exemplo n.º 2
0
 public PlayerExitColshapeEvent(IPlayer player, IColshape colshape)
 {
     Player   = player;
     Colshape = colshape;
 }