源战役
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.
 
 

24 rivejä
587 B

%%-----------------------------------------------------------------------------
%% @Module : guild_create_act.hrl
%% @Author : J
%% @Email : j-som@foxmail.com
%% @Created : 2018-03-15
%% @Description:
%%-----------------------------------------------------------------------------
-record (create_act_state, {
act_info = #act_info{},
reward_infos = []
}).
-record (reward_check_param, {
guild_id = 0,
role_id = 0,
president_id = 0,
vice_president_count = 0,
guild_lv = 0,
member_count = 0,
global_info = []
}).