Add playtime and warns in M menu
This commit is contained in:
2
ReallifeGamemode.Client/global.d.ts
vendored
2
ReallifeGamemode.Client/global.d.ts
vendored
@@ -21,6 +21,8 @@ declare type AccountData = {
|
||||
factionVehicles: VehicleData[];
|
||||
nextPayday: number;
|
||||
stateFaction: boolean;
|
||||
playTime: number;
|
||||
userWarn: number;
|
||||
}
|
||||
|
||||
declare type VehicleData = {
|
||||
|
||||
Reference in New Issue
Block a user