コード例 #1
0
 public static PiercingJewelry GenerateClitJewelry(this C**t c**t, ClitPiercingLocation location, JewelryType jewelryType, JewelryMaterial jewelryMaterial)
 {
     if (c**t.piercings.CanWearGenericJewelryOfType(location, jewelryType))
     {
         return(new GenericPiercing(jewelryType, jewelryMaterial));
     }
     return(null);
 }
コード例 #2
0
        internal static string AllClitsNoun <T>(IVaginaCollection <T> collection, out bool isPlural) where T : IVagina
        {
            isPlural = collection.vaginas.Count > 1;

            if (isPlural)
            {
                return(C**t.PluralClitNoun());
            }
            else
            {
                return(C**t.ClitNoun());
            }
        }