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