Esempio n. 1
0
 public void onReceiveScheme(string scheme)
 {
     Debug.Log("GamePotEventListener::onReceiveScheme()" + scheme);
     if (GamePotInterface != null)
     {
         GamePotInterface.onReceiveScheme(scheme);
     }
 }