Basic support for 1.16.1

This commit is contained in:
genanik
2020-07-01 11:32:58 +08:00
parent 32a6898b12
commit 444229216a
6 changed files with 35 additions and 20 deletions

View File

@ -9,7 +9,7 @@ import (
type eventBroker struct {
GameStart func() error
ChatMsg func(msg chat.Message, pos byte) error
ChatMsg func(msg chat.Message, pos byte, sender string) error
Disconnect func(reason chat.Message) error
HealthChange func() error
Die func() error