Fix compile errors

This commit is contained in:
William 2023-10-31 21:06:05 -04:00
parent 96d9b0fd7b
commit c6f819bee1
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,6 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using static Codice.Client.Common.WebApi.WebApiEndpoints;
public class CloudAnimation : MonoBehaviour
{

View File

@ -1,4 +1,3 @@
using Codice.CM.Client.Differences;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

View File

@ -2,9 +2,10 @@ using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEditor;
using GatherAndDefend.Events;
#if UNITY_EDITOR
using UnityEditor;
[CustomEditor(typeof(LoadingScreen))]
public class LoadingScreenEditor : Editor
{
@ -22,6 +23,7 @@ public class LoadingScreenEditor : Editor
}
}
}
#endif
/// <summary>
/// the view-model associated with the loading screen view.