summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XMainClient/XLevelRewardBehaviour.cs
blob: 891e86af9db2ee33da8293efc3045c20538accc5 (plain)
1
2
3
4
5
6
7
8
9
using System;
using XMainClient.UI.UICommon;

namespace XMainClient
{
	internal class XLevelRewardBehaviour : DlgBehaviourBase
	{
	}
}