TGTUserSex.cs 93 B

12345678
  1. using System;
  2. public enum TGTUserSex
  3. {
  4. TGTSexMale,
  5. TGTSexFemale,
  6. TGTSexUnknown
  7. }