export enum ReputationLevel {
    Commoner = "commoner",
    UpAndComing = "up-and-coming",
    Established = "established",
    Star = "star",
    Icon = "icon"
}
