summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XMainClient/EventDelegate.cs
blob: 28172a54bed6a2b6990e86c936b4203da174c188 (plain)
1
2
3
4
5
6
using System;

namespace XMainClient
{
	public delegate void EventDelegate();
}