C# Class wServer.logic.Timed

Inheritance: Behavior
Show file Open project: C453/OryxKingdom Class Usage Examples

Public Methods

Method Description
Instance ( int time, Behavior behav ) : Timed

Protected Methods

Method Description
TickCore ( RealmTime time ) : bool

Private Methods

Method Description
Timed ( int time, Behavior behav ) : System

Method Details

Instance() public static method

public static Instance ( int time, Behavior behav ) : Timed
time int
behav Behavior
return Timed

TickCore() protected method

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