C# Class Server.Game.Database.Models.UserAccount

The user account contains information pertaining to a particular account
Exibir arquivo Open project: GrindFest/GrindFest Class Usage Examples

Public Methods

Method Description
UserAccount ( ) : System.Collections.Generic
UserAccount ( string username, string password, string email ) : System.Collections.Generic

Method Details

UserAccount() public method

public UserAccount ( ) : System.Collections.Generic
return System.Collections.Generic

UserAccount() public method

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