ui基本完毕,修了一大把的bug
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
// NOTE: Windows-only. Depends on WebViewLauncher (external Flutter .exe launcher),
|
||||
// which is Windows-only. Wrapped in UNITY_STANDALONE_WIN so the Windows
|
||||
// build/logic is unchanged while Android compiles this class out.
|
||||
#if UNITY_STANDALONE_WIN
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
using UnityEngine.EventSystems;
|
||||
@@ -193,3 +197,4 @@ public class game_card_Prefab : MonoBehaviour, IPointerClickHandler
|
||||
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user