gameserver

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 27, 2018 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HandlerParameter

type HandlerParameter struct {
	Client  client.Client
	Player  player.Player
	Message *message.GameMessage
}

func NewHandlerParameter

func NewHandlerParameter(client client.Client, msg *message.GameMessage) *HandlerParameter

type Instance

type Instance interface {
	Receive(handlerParam *HandlerParameter)
	Logout(c client.Client, cause string)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL