Exemple #1
0
 internal PlayerColshapeEventArgs(IPlayer player, IColshape colshape) : base(player)
 {
     Colshape = colshape;
 }
Exemple #2
0
 public PlayerExitColshapeEvent(IPlayer player, IColshape colshape)
 {
     Player   = player;
     Colshape = colshape;
 }