Probably fixed build errors

This commit is contained in:
Gerard Gascón 2021-06-13 15:52:12 +02:00 committed by GitHub
parent ae7d486799
commit d884847548
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,4 @@
#if UNITY_EDITOR
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
@ -533,3 +534,4 @@ public class ToolsEditor{
#endregion
#endif
}
#endif