arcade

package
v0.0.7 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Item added in v0.0.7

type Item interface {
	ID() string
	Name() string
	Description() string
	Owner() string
	Location() string
	Inventory() string
	Created() time.Time
	Updated() time.Time
}

Item defines the behavior common to an item..

type Link interface {
	ID() string
	Name() string
	Description() string
	Owner() string
	Location() string
	Destination() string
	Created() time.Time
	Updated() time.Time
}

Link defines the behavior common to a link.

type Player added in v0.0.7

type Player interface {
	ID() string
	Name() string
	Description() string
	Home() string
	Location() string
	Created() time.Time
	Updated() time.Time
}

Player defines the behavior common to a player.

type Room added in v0.0.7

type Room interface {
	ID() string
	Name() string
	Description() string
	Owner() string
	Parent() string
	Created() time.Time
	Updated() time.Time
}

Room defines the behavior common to a room.

Jump to

Keyboard shortcuts

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