namespace Kav { public interface PointLightEffect { PointLight[] PointLights { get; } // TODO: should be a collection class? } }