C# Class ArkaliaCore.Realm.Database.Tables.AccountTable

Show file Open project: Emudofus/ArkaliaCore

Public Methods

Method Description
GetAccountFromSQL ( string username ) : Models.AccountModel
UpdateLogged ( string username, int logged ) : void
UpdatePoints ( string username, int points ) : void

Method Details

GetAccountFromSQL() public static method

public static GetAccountFromSQL ( string username ) : Models.AccountModel
username string
return Models.AccountModel

UpdateLogged() public static method

public static UpdateLogged ( string username, int logged ) : void
username string
logged int
return void

UpdatePoints() public static method

public static UpdatePoints ( string username, int points ) : void
username string
points int
return void