using System; namespace XUtliPoolLib { public delegate void CommandCallback(XGameObject gameObject, object obj, int commandID); }