Last active
July 28, 2021 19:19
-
-
Save maneeshaindrachapa/09c4ad412b9fe918797d483bdec2bbd1 to your computer and use it in GitHub Desktop.
org.wso2.carbon.game.consumer.GameConsumer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package org.wso2.carbon.game.consumer; | |
import org.wso2.carbon.game.consumer.internal.GameConsumerDataHolder; | |
public class GameConsumer { | |
public void getChampionCreated(String championName) { | |
GameConsumerDataHolder.getInstance().getGameProducer().createChampion(championName); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment