Esempio n. 1
0
 public MonsterUpdateEventArgs(Monster m)
 {
     this.CurrentHP = m.CurrentHP;
     this.TotalHP   = m.TotalHP;
 }