Ejemplo n.º 1
0
 public void ResetAffixOnStart()
 {
     for (int i = 0; i < neighborRelativeInfo.Count; i++)
     {
         Affix affix = neighborRelativeInfo[i].theAffix;
         affix.OnStart();
     }
 }