formatted files
This commit is contained in:
Родитель
c89aa8347d
Коммит
1e8ab44d22
|
@ -83,10 +83,11 @@ public class PuppetAnalytics : MonoBehaviour
|
|||
|
||||
public void TrackEvent()
|
||||
{
|
||||
if(OnlyStringProperties())
|
||||
if (OnlyStringProperties())
|
||||
{
|
||||
TrackEventStringProperties();
|
||||
} else
|
||||
}
|
||||
else
|
||||
{
|
||||
TrackEventTypedProperties();
|
||||
}
|
||||
|
|
|
@ -368,7 +368,6 @@ public class PuppetTransmission : MonoBehaviour
|
|||
Analytics.TrackEvent(EventName.text, properties);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public void OnParentUserIdChanged(string newUserId)
|
||||
|
|
Загрузка…
Ссылка в новой задаче