mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-10 03:35:10 +00:00
Merge pull request #833 from RHeavenStudio/cherry-pick-release_1_patches-d2a8df8a6409ed3e8b0190617c321ebcb32d5534
Update AppInfo.cs
This commit is contained in:
commit
702aaa40cf
1 changed files with 5 additions and 0 deletions
|
@ -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