He/Him | Hu/En/some Jp | ASD | Bi | C/C++/D/C#/Java

  • 0 Posts
  • 4 Comments
Joined 10 months ago
cake
Cake day: March 16th, 2024

help-circle
  • Gender is a struct

    struct Gender {
      byte binaryBias;    ///Determines male (+) or female (-) bias if present
      ubyte binaryAm;    ///Determines the amount of binary gender(s) present
      bool isTrans;    ///True if assigned at birth gender does not equal with current one
      ubyte xenoAm;    ///Determines the amount of xenogender
      uint xenoGen;    ///Xenogender selection, 0 if not applicable
      Sex* sex;    ///Pointer to the person's current sex
    }