starfighter/Starfighter/script/util/player_config.cs
2026-03-06 22:49:24 +00:00

5 lines
240 B
C#

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;
}