mirror of
https://github.com/wechat-miniprogram/minigame-tuanjie-transform-sdk.git
synced 2025-11-14 04:55: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
|
#endif
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
using UnityEngine;
|
||||||
|
using UnityEngine.EventSystems;
|
||||||
|
|
||||||
|
[RequireComponent(typeof(StandaloneInputModule))]
|
||||||
|
public class WXTouchInputOverride : BaseInput
|
||||||
|
{
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user