mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-22 04:35:52 +12:00
Improve code for handling user pronouns,. (remove copy paste hell)
This commit is contained in:
parent
55c0f29914
commit
3c2b14ecec
4 changed files with 28 additions and 47 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue