Example #1
0
 // Call this if you want to reset with a new user id
 public void Setup(string newUserID)
 {
     wrapper.Setup(gameObject.name, revenueCatAPIKey, newUserID);
 }