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

namespace XMainClient
{
	public delegate bool CreatechatGroupCall(string content);
}