C# Class LobbyServer.Databases

Mostra file Open project: fiki574/rAPB Class Usage Examples

Public Properties

Property Type Description
AccountTable Table
CharacterTable Table

Public Methods

Method Description
InitDB ( ) : void
Load ( bool first_load = false ) : void

Private Methods

Method Description
Reset ( ) : void

Method Details

InitDB() public static method

public static InitDB ( ) : void
return void

Load() public static method

public static Load ( bool first_load = false ) : void
first_load bool
return void

Property Details

AccountTable public_oe static_oe property

public static Table AccountTable
return Table

CharacterTable public_oe static_oe property

public static Table CharacterTable
return Table