mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
11 lines
167 B
Plaintext
11 lines
167 B
Plaintext
#include "scheduler.hpp"
|
|
|
|
sched_playerActions = {
|
|
HIDE_FSM_VARS
|
|
call fnc_usec_selfActions;
|
|
call fnc_usec_damageActions;
|
|
call fnc_usec_upgradeActions;
|
|
|
|
objNull
|
|
};
|