hanf wachstum

This commit is contained in:
hydrant
2021-05-26 01:33:31 +02:00
parent 3abf2a2d0e
commit 4be3137cc5
8 changed files with 271 additions and 41 deletions

View File

@@ -98,11 +98,11 @@ declare type RentcarProperty = {
}
declare type CannabisData = {
id: number;
x: number;
y: number;
z: number;
time: Date;
Id: number;
X: number;
Y: number;
Z: number;
Time: string;
}
declare type PlayerCharacterData = {