Beyond_Beyaan.Data_Modules.Race.GetRandomShipName C# (CSharp) Method

GetRandomShipName() public method

public GetRandomShipName ( ) : string
return string
        public string GetRandomShipName()
        {
            // TODO: Add ship names to races
            return NameGenerator.GetName();
        }