C# Class WorldServer.Databases

Exibir arquivo Open project: fiki574/rAPB Class Usage Examples

Public Properties

Property Type Description
AccountTable Table
CharacterTable Table
FriendTable Table
IgnoreTable 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

FriendTable public_oe static_oe property

public static Table FriendTable
return Table

IgnoreTable public_oe static_oe property

public static Table IgnoreTable
return Table