Commit 31bb570d authored by Chen Bill's avatar Chen Bill Committed by GitHub

effect: change category to uint64 (#660)

parent 34904f4e
...@@ -44,7 +44,7 @@ public: ...@@ -44,7 +44,7 @@ public:
int32 reset_count{ 0 }; int32 reset_count{ 0 };
uint32 reset_flag{ 0 }; uint32 reset_flag{ 0 };
uint32 count_code{ 0 }; uint32 count_code{ 0 };
uint32 category{ 0 }; uint64 category{ 0 };
uint32 hint_timing[2]{}; uint32 hint_timing[2]{};
uint32 card_type{ 0 }; uint32 card_type{ 0 };
uint32 active_type{ 0 }; uint32 active_type{ 0 };
......
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