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

namespace XMainClient.UI
{
	internal delegate void EnemyInfoUpdater();
}