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

namespace XUtliPoolLib
{
	public delegate void ExecuteCommandHandler(XGameObject gameObject, XEngineCommand command);
}