using System; namespace UILib { public delegate void TextureClickEventHandler(IXUITexture uiSprite); }