using System;

namespace GameCreator.Runtime.Common
{
    [Serializable]
    public class ReflectionFieldBool : TReflectionField<bool>
    { }
}