C# 클래스 ArkaliaCore.Realm.Database.Tables.AccountTable

파일 보기 프로젝트 열기: Emudofus/ArkaliaCore

공개 메소드들

메소드 설명
GetAccountFromSQL ( string username ) : Models.AccountModel
UpdateLogged ( string username, int logged ) : void
UpdatePoints ( string username, int points ) : void

메소드 상세

GetAccountFromSQL() 공개 정적인 메소드

public static GetAccountFromSQL ( string username ) : Models.AccountModel
username string
리턴 Models.AccountModel

UpdateLogged() 공개 정적인 메소드

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

UpdatePoints() 공개 정적인 메소드

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