补充日志
This commit is contained in:
parent
40395bd895
commit
acbd1d959f
|
@ -225,7 +225,7 @@ public class JoypacAnalyticsManager : MonoBehaviour
|
|||
public void DesignEvent(string eventname, string name, string from, string action, string data, string extras)
|
||||
{
|
||||
|
||||
Debug.Log(string.Format("<color=#ff0000>{0}</color>", action + " " + from + " " + data));
|
||||
Debug.Log(string.Format("<color=#ff0000>{0}</color>", eventname, action + " " + from + " " + data));
|
||||
VolcanoReYunJson temp = new VolcanoReYunJson();
|
||||
temp.eventname = eventname;
|
||||
temp.values.Add("name", name);
|
||||
|
|
Loading…
Reference in New Issue