interfaces

package
v0.0.0-...-45e7857 Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2015 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IPlayer

type IPlayer interface {
	GetUsername() string
	GetPlayerId() int64
	GetCoins() int32
	GetClouds() int32
}

type IRoom

type IRoom interface {
	GetName() string
	GetId() int
	GetPlayers() map[IPlayer]bool

	GetEntity() *entities.Room
}

Jump to

Keyboard shortcuts

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