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

namespace XUtliPoolLib
{
	public delegate void DelLuaRespond(byte[] resBuff, int length);
}