C# 클래스 Server.Game.Database.Models.UserAccount

The user account contains information pertaining to a particular account
파일 보기 프로젝트 열기: GrindFest/GrindFest 1 사용 예제들

공개 메소드들

메소드 설명
UserAccount ( ) : System.Collections.Generic
UserAccount ( string username, string password, string email ) : System.Collections.Generic

메소드 상세

UserAccount() 공개 메소드

public UserAccount ( ) : System.Collections.Generic
리턴 System.Collections.Generic

UserAccount() 공개 메소드

public UserAccount ( string username, string password, string email ) : System.Collections.Generic
username string
password string
email string
리턴 System.Collections.Generic