Beispiel #1
0
 private static string CoNameToPadej(EPadej _padej, CoName _coName, bool _isCreature, ESex _sex)
 {
     if (_coName == null)
     {
         return("");
     }
     return("-" + NounToPadej(_padej, _coName.Text, _isCreature, _sex));
 }
Beispiel #2
0
 public Sword(EALNouns _name, Material _material, int _tileIndex, CoName _coNam)
     : base(_name, _material)
 {
     m_coNam   = _coNam;
     TileIndex = _tileIndex;
 }