hanf continuation
This commit is contained in:
10
ReallifeGamemode.Client/global.d.ts
vendored
10
ReallifeGamemode.Client/global.d.ts
vendored
@@ -22,7 +22,7 @@ declare type AccountData = {
|
||||
nextPayday: number;
|
||||
stateFaction: boolean;
|
||||
playTime: number;
|
||||
userWarn: number;
|
||||
userWarn: number;
|
||||
}
|
||||
|
||||
declare type JobData = {
|
||||
@@ -97,6 +97,14 @@ declare type RentcarProperty = {
|
||||
Price: number;
|
||||
}
|
||||
|
||||
declare type CannabisData = {
|
||||
id: number;
|
||||
x: number;
|
||||
y: number;
|
||||
z: number;
|
||||
time: Date;
|
||||
}
|
||||
|
||||
declare type PlayerCharacterData = {
|
||||
Gender: boolean;
|
||||
Father: number;
|
||||
|
||||
Reference in New Issue
Block a user