Delete Test Field

This commit is contained in:
Ben C 2022-07-11 14:50:00 -04:00 committed by GitHub
parent 28b5ecdcf1
commit 2cacd49349
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View File

@ -23,7 +23,7 @@ jobs:
uses: './.github/workflows/update_schemas.yml'
with:
artifact_name: NewHorizons-Schemas-Debug
Update_Docs:
Build_Docs:
name: 'Update Docs'
needs: Build
if: ${{ needs.Build.outputs.schemas_changed == 'true' }}

View File

@ -100,9 +100,6 @@ namespace NewHorizons.External.Configs
/// </summary>
public CuriosityColorInfo[] curiosities;
/// <summary> Test Property to see if the action works, will delete later </summary>
public string coolField = "hola";
public class NomaiCoordinates
{
[MinLength(2)]