C# Class MUDServer.Townsperson

Inheritance: EntityBase
ファイルを表示 Open project: sq/Fracture

Public Methods

Method Description
Townsperson ( ) : System

Protected Methods

Method Description
Chatter ( ) : IEnumerator
LookAround ( ) : IEnumerator
Pause ( ) : IEnumerator
ThinkTask ( ) : IEnumerator
Travel ( ) : IEnumerator

Method Details

Chatter() protected method

protected Chatter ( ) : IEnumerator
return IEnumerator

LookAround() protected method

protected LookAround ( ) : IEnumerator
return IEnumerator

Pause() protected method

protected Pause ( ) : IEnumerator
return IEnumerator

ThinkTask() protected method

protected ThinkTask ( ) : IEnumerator
return IEnumerator

Townsperson() public method

public Townsperson ( ) : System
return System

Travel() protected method

protected Travel ( ) : IEnumerator
return IEnumerator