- Introduce client phone addon, UI, and XEH handlers - Route actor phone interaction to the new phone UI - Add initial phone state, event handling, and persistence
10 lines
195 B
Plaintext
10 lines
195 B
Plaintext
#include "script_component.hpp"
|
|
|
|
PREP_RECOMPILE_START;
|
|
#include "XEH_PREP.hpp"
|
|
PREP_RECOMPILE_END;
|
|
|
|
private _category = [QUOTE(MOD_NAME), LLSTRING(displayName)];
|
|
|
|
#include "initKeybinds.inc.sqf"
|