starfighter/Starfighter/script/util/player_config.cs

5 lines
240 B
C#
Raw Normal View History

public static class player_config // simple class for customising player type and color
{
public static player.ShipType SelectedType = ship.ShipType.FIGHTER;
public static player.ShipColor SelectedColor = player.ShipColor.BLUE;
}