예제 #1
0
 static internal string Describe(this AmmoType at, bool plural = false)
 {
     if (AmmoType.SHOTGUN == at)
     {
         return(at.Aggregate());
     }
     return(at.Singular().Plural(plural)); // regular plural in English
 }