示例#1
0
 public CorpseActionEventArgs( Player player, Corpse c, CorpseAction action )
     : base(player)
 {
     Action = action;
     Corpse = c;
 }
示例#2
0
 public CorpseActionEventArgs(Player player, Corpse c, CorpseAction action)
     : base(player)
 {
     Action = action;
     Corpse = c;
 }