update:更新flexion 以及sdk 接入

This commit is contained in:
2026-04-29 20:43:16 +08:00
parent c0b6ccf7ed
commit 66aa7a931b
52 changed files with 2100 additions and 568 deletions

View File

@@ -0,0 +1,9 @@
package com.unity3d.player;
public class ChannelHelpers {
public static final String CHANNEL = "Flexion";
static void register() {
SDKManager.registerHelper(CHANNEL, new FlexionSDKHelper());
}
}