using System;
using UnityEngine;

namespace XMainClient
{
	internal delegate void ItemUpdateHandler(Transform t, int index);
}