package
0.0.0-20200331234533-46fee84d50af
Repository: https://github.com/dyluth/gomud.git
Documentation: pkg.go.dev
# Functions
GetDescription returns the description of where the player is.
GetPlayerAndRoom gets the player specified by the AuthToken and the room they are in will return false if there was a problem and the calling method should just return.
Move tries to move the player through the exit.
Start starts handling traffic.
Take tries to take an item in the current room.
# Structs
ErrorResponse - if we are returning an error that the client code should understand, we should use this struct.