Major update to implement basic collision

This commit is contained in:
Tom
2020-09-16 20:16:47 -07:00
parent eec9d30795
commit 70bb24a7fb
9 changed files with 501 additions and 54 deletions

View File

@ -180,7 +180,7 @@ func (c *Client) SwapItem() error {
// Disconnect disconnect the server.
// Server will close the connection.
func (c *Client) Disconnect() error {
func (c *Client) disconnect() error {
return c.conn.Close()
}