Exemple #1
0
 public void SetInfo(ElementalInfo info, IElementalType type, bool hasView = false)
 {
     SetInfo(info);
     elem.ElementalType    = type;
     elem.hasElementalView = hasView;
 }
Exemple #2
0
 public void SetInfo(ElementalInfo info)
 {
     elem.ElementalInfo = info;
 }