using System; namespace XUtliPoolLib { public interface IXSceneOperation : IXInterface { void SetLightMap(); } }