dcs-retribution/game/settings.py

11 lines
206 B
Python

class Settings:
player_skill = "Good"
enemy_skill = "Average"
only_player_takeoff = True
night_disabled = False
multiplier = 1
sams = True
cold_start = False
version = None