spaceconquest.Ship.getprefix C# (CSharp) Method

getprefix() private method

private getprefix ( ) : String
return String
        private String getprefix()
        {
            foreach (String s in Game1.Races) { Console.WriteLine(s); }
            String foo = Game1.Races[this.affiliation.id];
            //Console.WriteLine(this.affiliation.id + " " + foo);
            return foo + ".";
        }