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

Afficher le fichier Open project: Emudofus/ArkaliaCore

Méthodes publiques

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

Method Details

GetAccountFromSQL() public static méthode

public static GetAccountFromSQL ( string username ) : Models.AccountModel
username string
Résultat Models.AccountModel

UpdateLogged() public static méthode

public static UpdateLogged ( string username, int logged ) : void
username string
logged int
Résultat void

UpdatePoints() public static méthode

public static UpdatePoints ( string username, int points ) : void
username string
points int
Résultat void