mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2025-02-07 14:22:36 +01:00
7 lines
149 B
TypeScript
7 lines
149 B
TypeScript
export class HabboClubLevelEnum
|
|
{
|
|
public static NO_CLUB: number = 0;
|
|
public static CLUB: number = 1;
|
|
public static VIP: number = 2;
|
|
}
|