Improve code for handling user pronouns,. (remove copy paste hell)

This commit is contained in:
Li 2022-05-07 13:24:09 +12:00
parent 55c0f29914
commit 3c2b14ecec
4 changed files with 28 additions and 47 deletions

View file

@ -495,8 +495,10 @@ namespace HISP.Game
public static string PronounFemaleShe;
public static string PronounFemaleHer;
public static string PronounYouYour;
public static string PronounNeutralYour;
public static string PronounNeutralThey;
public static string PronounNeutralTheir;
// Stats Page
public static string StatsBarFormat;
public static string StatsAreaFormat;