namespace GsConfigTool.Models; public enum GameType { ArkSurvivalEvolved = 0, ArkSurvivalAscended = 1, Palworld = 2 }