Discrete Light Component
constructor(gameEntity: GameEntity, componentInfo: ComponentInfo<DiscreteLightComponentData> = ComponentInfo(
DiscreteLightComponentData(LightTypeData.Directional(ColorData(Color.WHITE), 3f))
))