ItemGenerator - SocialPlay/CloudGoodsUnitySDK GitHub Wiki
public int minEnergy - The minimum required energy value of an item that will be generated
public int MaxEnergy- The maximum required energy value of an item that will be generated
public List AndTags - And tags are the required tags of the items that will be generated
public List OrTags - Or tags are the optional tags of the items that will be generated
public void GenerateItems - This function calls the server, asking to randomly generate our cloud goods items depending on the criteria that was set in the public variables. The callback handles what to do with the newly generated items.