From 985e75a3d8774756a904ef2afdc2f50a65c88b2d Mon Sep 17 00:00:00 2001 From: Ben C Date: Mon, 11 Jul 2022 14:12:01 -0400 Subject: [PATCH] Test Schema Changing --- NewHorizons/External/Configs/StarSystemConfig.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NewHorizons/External/Configs/StarSystemConfig.cs b/NewHorizons/External/Configs/StarSystemConfig.cs index bfed6035..5bab3210 100644 --- a/NewHorizons/External/Configs/StarSystemConfig.cs +++ b/NewHorizons/External/Configs/StarSystemConfig.cs @@ -100,6 +100,9 @@ namespace NewHorizons.External.Configs /// public CuriosityColorInfo[] curiosities; + /// Test Property to see if the action works, will delete later + public string coolField = "hola"; + public class NomaiCoordinates { [MinLength(2)]