源战役
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
627 B

пре 1 месец
  1. %% -----------------------------------
  2. %% desc :废都boss(混乱星域)头文件
  3. %% author :hh
  4. %% time :21/01/19
  5. %% module :deserted_boss.hrl
  6. %% -----------------------------------
  7. -record (deserted_sup_state, {
  8. zone_faction_svrs_map = #{}, %% 分区阵营对应游戏服列表 #{ZoneId => FSvrsMap}, FSvrsMap :: #{Faction => ServerIds}
  9. zone_faction_pids = #{}, %% #{{ZoneId, FacId} => pid()}
  10. monitor_map = #{},
  11. recover_map = #{},
  12. node_time_info = [],
  13. state_map = #{}
  14. }).
  15. -define (WORKER_INIT, 1).
  16. -define (CLS_OPEN_TIME, 2).
  17. -define (DESERTED_BOSS_NUM, 60).