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