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

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