added webpack, begin migration from js to ts
This commit is contained in:
6
ReallifeGamemode.Client/global.d.ts
vendored
Normal file
6
ReallifeGamemode.Client/global.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
declare interface GlobalData {
|
||||
InTuning: boolean,
|
||||
HideGui: boolean,
|
||||
Interaction: boolean,
|
||||
InChat: boolean
|
||||
}
|
||||
Reference in New Issue
Block a user