/** * The gender of a player */ export declare enum Gender { Female = 0, Male = 1 } //# sourceMappingURL=gender.d.ts.map