修正代码中的若干拼写错误

This commit is contained in:
Tnze
2019-07-16 23:28:02 +08:00
parent ce9ce6c6f2
commit a7858a2459
8 changed files with 32 additions and 32 deletions

View File

@ -19,7 +19,7 @@ type Client struct {
Wd world.World //the map data
// Delegate allows you push a function to let HandleGame run.
// Do not send at the same goroutin!
// Do not send at the same goroutine!
Delegate chan func() error
Events eventBroker
@ -29,7 +29,7 @@ type Client struct {
// NewClient init and return a new Client.
//
// A new Client has default name "Steve" and zero UUID.
// It is useable for an offline-mode game.
// It is usable for an offline-mode game.
//
// For online-mode, you need login your Mojang account
// and load your Name, UUID and AccessToken to client.