MixpanelController.GamePlay C# (CSharp) Method

GamePlay() public static method

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