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

namespace XMainClient.UI
{
	internal class InnerGVGBattlePrepareBehaviour : GVGBattlePrepareBehaviour
	{
		protected override void Awake()
		{
			base.Awake();
		}
	}
}