Skip to content

Commit

Permalink
Update TrackingAdjust.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
GrayWolf52 committed Jun 4, 2024
1 parent ac421c3 commit dab18b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions VirtueSky/Tracking/Runtime/AdjustTracking/TrackingAdjust.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using com.adjust.sdk;
using UnityEngine;
using VirtueSky.Inspector;

Expand All @@ -15,7 +14,7 @@ public class TrackingAdjust : ScriptableObject
public void TrackEvent()
{
#if VIRTUESKY_ADJUST
com.adjust.sdk.Adjust.trackEvent(new AdjustEvent(eventToken));
com.adjust.sdk.Adjust.trackEvent(new com.adjust.sdk.AdjustEvent(eventToken));
#endif
}
}
Expand Down

0 comments on commit dab18b4

Please sign in to comment.