﻿using Beamable;
using Beamable.Common.Content;
using Beamable.Common.Inventory;

[System.Serializable]
public class #SCRIPTNAME#Ref : CurrencyRef<#SCRIPTNAME#> { }

[ContentType("#SCRIPTNAME#")]
[System.Serializable]
public class #SCRIPTNAME# : CurrencyContent
{

}

