Commit c79ee42f authored by Chen Bill's avatar Chen Bill Committed by GitHub

update field_info (#663)

match the definition in card, effect
parent 79a5fbc1
......@@ -126,10 +126,10 @@ struct field_effect {
};
struct field_info {
int32 field_id{ 1 };
int16 copy_id{ 1 };
int16 turn_id{};
int16 turn_id_by_player[2]{};
int16 card_id{ 1 };
uint16 copy_id{ 1 };
uint16 turn_id{};
uint16 turn_id_by_player[2]{};
uint16 card_id{ 1 };
uint16 phase{};
uint8 turn_player{};
uint8 priorities[2]{};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment