Esempio n. 1
0
 public string GetString(EALVerbs _verb, EVerbType _type, params Noun[] _nouns)
 {
     return(m_verbs[_verb].To(_nouns.Length == 1 ? _nouns[0].Sex : ESex.PLURAL, _type));
 }
Esempio n. 2
0
 public static string GetString(this EALVerbs _verb, Noun _noun, EVerbType _type)
 {
     return(World.AL.GetString(_verb, _type, _noun));
 }
		public string GetString(EALVerbs _verb, EVerbType _type, params Noun[] _nouns)
		{
			return m_verbs[_verb].To(_nouns.Length == 1 ? _nouns[0].Sex : ESex.PLURAL, _type);
		}