mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-22 07:32:32 +01:00
fix(lint): automated linting, with simple formatter.
This commit is contained in:
@@ -12,11 +12,11 @@ type ChatType uint8
|
||||
// Chat types
|
||||
const (
|
||||
ChatTypeWorld ChatType = 0
|
||||
ChatTypeStage = 1
|
||||
ChatTypeGuild = 2
|
||||
ChatTypeAlliance = 3
|
||||
ChatTypeParty = 4
|
||||
ChatTypeWhisper = 5
|
||||
ChatTypeStage ChatType = 1
|
||||
ChatTypeGuild ChatType = 2
|
||||
ChatTypeAlliance ChatType = 3
|
||||
ChatTypeParty ChatType = 4
|
||||
ChatTypeWhisper ChatType = 5
|
||||
)
|
||||
|
||||
// MsgBinChat is a binpacket for chat messages.
|
||||
|
||||
Reference in New Issue
Block a user