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

namespace XMainClient
{
	internal delegate void PartLoadCallback(EquipLoadTask part, bool needCombine);
}