Commit 7dc8a8d4 authored by fallenstardust's avatar fallenstardust

fix race

parent 1484663d
......@@ -5,21 +5,21 @@ import androidx.annotation.Nullable;
public enum CardRace {
None(0),
Warrior(0x1, 1020),
BestWarrior(0x8000, 1021),
SpellCaster(0x2, 1022),
Fairy(0x4, 1023),
Fiend(0x8, 1024),
Zombie(0x10, 1025),
Machine(0x20, 1026),
Aqua(0x40, 1027),
Pyro(0x80, 1028),
Rock(0x100, 1029),
WindBeast(0x200, 1030),
Plant(0x400, 1031),
Insect(0x800, 1032),
Thunder(0x1000, 1033),
Dragon(0x2000, 1034),
Beast(0x4000, 1035),
SpellCaster(0x2, 1021),
Fairy(0x4, 1022),
Fiend(0x8, 1023),
Zombie(0x10, 1024),
Machine(0x20, 1025),
Aqua(0x40, 1026),
Pyro(0x80, 1027),
Rock(0x100, 1028),
WindBeast(0x200, 1029),
Plant(0x400, 1030),
Insect(0x800, 1031),
Thunder(0x1000, 1032),
Dragon(0x2000, 1033),
Beast(0x4000, 1034),
BestWarrior(0x8000, 1035),
Dinosaur(0x10000, 1036),
Fish(0x20000, 1037),
SeaSerpent(0x40000, 1038),
......
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