namespace SM2D.Light { public class PointLight : LightObject { internal override int Type { get; } = 0; } }