Server.Game.Database.Models.UserAccount.UserAccount C# (CSharp) Method

UserAccount() public method

public UserAccount ( ) : System.Collections.Generic
return System.Collections.Generic
        public UserAccount()
        {
            //Heroes = new List<UserHero>();
        }

Same methods

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