hanf continuation

This commit is contained in:
hydrant
2021-05-25 20:10:58 +02:00
parent a49fcf09c7
commit 3abf2a2d0e
13 changed files with 2681 additions and 8 deletions

View File

@@ -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;