weaponschein fertig

This commit is contained in:
hydrant
2020-03-13 22:51:30 +01:00
parent 6467615a32
commit 359762965d
16 changed files with 1574 additions and 14 deletions

View File

@@ -28,6 +28,8 @@ interface IUi {
openBrower(path: string): IBrowser;
setCursor(freeze: boolean, show: boolean): void;
toggleChat(toggle: boolean): void;
setHelpText(text: string): void;
clearHelpText(): void;
inMenu: boolean;
inChat: boolean;
}
@@ -98,7 +100,8 @@ enum Key {
ENTER = 0x0D,
M = 0x4D,
T = 0x54,
X = 0x58
X = 0x58,
E = 0x45
}
enum VehicleSeat {