class Mud::Game::Player

Overview

A player character.

TODO documentation.

Defined in:

game/player.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(name : String) #

[View source]

Class Method Detail

def self.stranger #

Create a placeholder for new connections


[View source]

Instance Method Detail

def name : String #

[View source]
def name=(name : String) #

[View source]
def password : String | Nil #

[View source]
def password=(password : String | Nil) #

[View source]