Fixed Trivia issues

This commit is contained in:
Pasha Bibko
2026-01-15 14:43:18 +00:00
parent e77f491d47
commit 96082f64b4
11 changed files with 184 additions and 82 deletions

View File

@@ -26,6 +26,9 @@
* IN THE SOFTWARE.
*
*****/
#if UNITY_EDITOR
using UnityEngine;
using UnityEditor;
using System.Collections.Generic;
@@ -100,4 +103,6 @@ namespace Ext.B83.Unity.Editor.PropertyDrawers
}
}
}
}
}
#endif // UNITY_EDITOR