rewrite CastBinary payload handling

This commit is contained in:
wish
2024-01-05 02:39:25 +11:00
parent 8cd114988d
commit f73bdd7445
2 changed files with 20 additions and 23 deletions

View File

@@ -11,7 +11,8 @@ type ChatType uint8
// Chat types
const (
ChatTypeLocal ChatType = 1
ChatTypeWorld ChatType = 0
ChatTypeStage = 1
ChatTypeGuild = 2
ChatTypeAlliance = 3
ChatTypeParty = 4