Server.Game.Database.Models.UserAccount.UserAccount C# (CSharp) Méthode

UserAccount() public méthode

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

Same methods

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