Example #1
0
 public void SetData(EvViewCharDeathData data)
 {
     this._data = data;
 }
Example #2
0
 public EvViewCharDeath(EvViewCharDeathData d) : base(EGuiEv.CharDeath)
 {
     this._data = d;
 }