MixpanelController.GamePlay C# (CSharp) 메소드

GamePlay() 공개 정적인 메소드

public static GamePlay ( bool isReplay ) : void
isReplay bool
리턴 void
	public static void GamePlay(bool isReplay)
	{
		Mixpanel.SendEvent("Game Play", new Dictionary<string, object>{
			{"Replay", isReplay},
			});
	}
	#endregion