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

namespace XUtliPoolLib
{
	public delegate bool CanExecuteHandler(XGameObject gameObject, XEngineCommand command);
}