C# Class wServer.logic.Behavior

Inheritance: IStateChildren
Datei anzeigen Open project: C453/OryxKingdom Class Usage Examples

Public Methods

Method Description
Tick ( IBehaviorHost host, RealmTime time ) : bool

Protected Methods

Method Description
TickCore ( RealmTime time ) : bool

Method Details

Tick() public method

public Tick ( IBehaviorHost host, RealmTime time ) : bool
host IBehaviorHost
time wServer.realm.RealmTime
return bool

TickCore() protected abstract method

protected abstract TickCore ( RealmTime time ) : bool
time wServer.realm.RealmTime
return bool