summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XUtliPoolLib/CommandCallback.cs
blob: 6c99bc74e33b4a6e3ae6b6a863aafaf80f4671be (plain)
1
2
3
4
5
6
using System;

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