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

namespace XMainClient
{
	internal delegate void TimeOverFinishEventHandler(object o);
}