Ejemplo n.º 1
0
 public GeneratedBuff(BuffDefine buffDefine)
 {
     defineId = buffDefine.getId();
 }
Ejemplo n.º 2
0
 public void addBuffDefine(BuffDefine buffDefine)
 {
     _buffDefineDict.Add(buffDefine.getId(), buffDefine);
 }