Merge pull request #833 from RHeavenStudio/cherry-pick-release_1_patches-d2a8df8a6409ed3e8b0190617c321ebcb32d5534
Update AppInfo.cs
This commit is contained in:
commit
196328845a
|
@ -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 = "0.0.1018";
|
||||
|
|
Loading…
Reference in a new issue