Метод | Описание | |
---|---|---|
OnLoad ( ) : void |
Called when module loads.
|
Метод | Описание | |
---|---|---|
CurrentDomain_DomainUnload ( object sender, |
Handles the DomainUnload event of the CurrentDomain control.
|
|
GetCumulativeXP ( float level ) : float |
Gets the cumulative xp.
|
|
GetXPPerLevel ( int level ) : float |
Gets the xp per level.
|
|
LoadList ( ) : void |
Loads the playersWrapper list.
|
|
LoadSprites ( ) : void |
Loads the sprites.
|
|
OnUpdate ( |
Raises the Game.OnUpdate event.
|
|
Truncate ( float s ) : String | ||
Truncate ( string s ) : String |
Truncates the specified string.
|