C# Class wServer.logic.RandomDelay

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

Public Methods

Method Description
Instance ( int min, int max ) : RandomDelay

Protected Methods

Method Description
TickCore ( RealmTime time ) : bool

Private Methods

Method Description
RandomDelay ( int min, int max ) : System

Method Details

Instance() public static method

public static Instance ( int min, int max ) : RandomDelay
min int
max int
return RandomDelay

TickCore() protected method

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