Versions in this module Expand all Collapse all v0 v0.4.1 Apr 4, 2019 v0.4.0 Dec 10, 2018 Changes in this version + type Manager struct + func NewManager() *Manager + func (m *Manager) Login(s *session.Session, msg *protocol.JoyLoginRequest) error + type World struct + func NewWorld() *World + func (w *World) Enter(s *session.Session, msg []byte) error + func (w *World) Init() + func (w *World) Message(s *session.Session, msg *protocol.WorldMessage) error + func (w *World) Update(s *session.Session, msg []byte) error