using System;

namespace GameCreator.Runtime.Common
{
    [Serializable]
    public abstract class PropertyTypeSetInteger : TPropertyTypeSet<int>
    { }
}