summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XMainClient/Chat/ChatSelectStringBack.cs
blob: 9d0b70047cd78f390e16dd08c04345dcdcc804af (plain)
1
2
3
4
5
6
using System;

namespace XMainClient
{
	public delegate void ChatSelectStringBack(string str);
}