You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-19 15:06:20 +00: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;
|
|
}
|