Example #1
0
 public HarvestBoxEventArgs(HarvestBox m)
 {
     this.Counter = m.Counter;
     this.Max     = m.Max;
 }
Example #2
0
 public HarvestBoxEventArgs(HarvestBox m)
 {
     Counter = m.Counter;
     Max     = m.Max;
 }