源战役
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 rivejä
531 B

%% ---------------------------------------------------------------------------
%% @doc fake_role.hrl
%% @author yanwf
%% @since 2018-11-20
%% @deprecated 假人属性头文件
%% ---------------------------------------------------------------------------
%% 假人配置
-record(fake_role_cfg, {
lv = 0 %% 假人等级
, attr_list = []%% 属性列表
, combat = 0 %% 战力
}).
%% 副本假人配置
-record(dungeon_fake_role_cfg, {
lv = 0 %% 假人等级
, attr_list = []%% 属性列表
, combat = 0 %% 战力
}).