using System;

namespace GameCreator.Runtime.Common
{
    [Serializable]
    public abstract class Token
    { }
}