Exemplo n.º 1
0
 public void InitPlatform(IUnityPlayer player)
 {
     UnityPlayer.SetImplementation(player);
     UnityPlayer.Instance.InitializePlatform();
 }
Exemplo n.º 2
0
 public static void SetImplementation(IUnityPlayer implementation)
 {
     UnityPlayer.sPlayer = implementation;
 }