PlumberUltimateAds/Assets/Scripts/Purchaser.cs

21 lines
414 B
C#

/*
http://www.cgsoso.com/forum-211-1.html
CG Unity3d Unity3d VIP
CGSOSO CG
daily assets update for try.
U should buy the asset from home store if u use it in your project!
*/
using UnityEngine;
public class Purchaser : MonoBehaviour
{
public IAPItem[] iapItems;
}