Server.Game.Database.Models.UserAccount.UserAccount C# (CSharp) Метод

UserAccount() публичный Метод

public UserAccount ( ) : System.Collections.Generic
Результат System.Collections.Generic
        public UserAccount()
        {
            //Heroes = new List<UserHero>();
        }

Same methods

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