C# Class wServer.logic.Behavior

Inheritance: IStateChildren
Afficher le fichier Open project: C453/OryxKingdom Class Usage Examples

Méthodes publiques

Méthode Description
Tick ( IBehaviorHost host, RealmTime time ) : bool

Méthodes protégées

Méthode Description
TickCore ( RealmTime time ) : bool

Method Details

Tick() public méthode

public Tick ( IBehaviorHost host, RealmTime time ) : bool
host IBehaviorHost
time wServer.realm.RealmTime
Résultat bool

TickCore() protected abstract méthode

protected abstract TickCore ( RealmTime time ) : bool
time wServer.realm.RealmTime
Résultat bool