PlumberUltimateAds/Assets/Scripts/PType.cs

21 lines
388 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!
*/
public enum PType
{
Consumable,
NonConsumable,
Subscription
}