summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/UILib/LoadUIFinishedEventHandler.cs
blob: c3c62402050275145ae7d5f11faa4f6c8ad710a0 (plain)
1
2
3
4
5
6
using System;

namespace UILib
{
	public delegate void LoadUIFinishedEventHandler(string location);
}