Update AppInfo.cs

Thank you StackOverflow!
This commit is contained in:
FancyEX 2024-04-07 18:35:51 -04:00 committed by GitHub
parent 1fdcca02d6
commit 7c531cddd2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,9 @@
using System;
#if UNITY_EDITOR
using UnityEditor;
using UnityEditor.Build;
using UnityEditor.Build.Reporting;
#endif
public static class AppInfo {
public const string Version = "1.0.0";