Пример #1
0
 public void GetAttributes(Enemy _enemy)
 {
     foreach (attributeNames ATT in _attributes)
     {
         if (ATT != attributeNames.NONE)
         {
             _enemy.SetAttribute(ATT);
         }
     }
 }