summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XMainClient/IGuildRelexChildInterface.cs
blob: acffcdc6bbb6ad5bab0191726eb309f03a7f2075 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
using System;

namespace XMainClient
{
	public interface IGuildRelexChildInterface
	{
		void SetGuildRelex(XSysDefine define);

		void RefreshData();

		void RefreshRedPoint();
	}
}