mirror of
https://github.com/wechat-miniprogram/minigame-tuanjie-transform-sdk.git
synced 2025-11-13 03:35:55 +08:00
fix missing scripts on other platform
This commit is contained in:
parent
a35ef24071
commit
c3750c697f
@ -269,4 +269,12 @@ public class WXTouchInputOverride : BaseInput
|
||||
|
||||
#endif
|
||||
}
|
||||
#else
|
||||
using UnityEngine;
|
||||
using UnityEngine.EventSystems;
|
||||
|
||||
[RequireComponent(typeof(StandaloneInputModule))]
|
||||
public class WXTouchInputOverride : BaseInput
|
||||
{
|
||||
}
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user