Merge remote-tracking branch 'origin/develop' into feature/chat_01

This commit is contained in:
CuongNV
2026-03-31 17:14:43 +07:00
2 changed files with 2695 additions and 13 deletions
@@ -41,18 +41,18 @@ namespace BrewMonster.UI
// true = show male, false = show female
private static readonly bool[] s_bShowMale = new bool[]
{
true, // 0: Warrior (武侠)
false, // 1: Mage (法师)
false, // 2: Priest (巫师)
false, // 3: Assassin (妖精)
true, // 4: Orc (妖兽)
true, // 5: Monk (刺客)
true, // 6: Elf (羽芒)
false, // 7: Elf (羽灵)
true, // 8: Ling (剑灵)
false, // 9: Ling (魅灵)
true, // 10: Oboro (夜影)
false, // 11: Oboro (月仙)
true, // 0: kiem khach (nhan toc)
false, // 1: phap su (nhan toc)
false, // 2: vu su (tich toc)
false, // 3: tien thu (thu toc)
true, // 4: than thu (thu toc)
true, // 5: thich khach (tich toc)
true, // 6: vu mang (vu toc)
false, // 7: vu linh (vu toc)
true, // 8: kiem linh (linh toc)
false, // 9: mi linh (linh toc)
true, // 10: da anh (long toc)
false, // 11: nguyet tien (long toc)
};
private void Start()
File diff suppressed because it is too large Load Diff