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

namespace XUtliPoolLib
{
	public delegate void DelLuaError(int errorCode);
}