using System;
using GameCreator.Runtime.Common;

namespace GameCreator.Runtime.Cameras
{
    [Title("Shot")]
    
    [Serializable]
    public abstract class PropertyTypeGetShot : TPropertyTypeGet<ShotCamera>
    { }
}