summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XMainClient/GetBuffDataSeqListInt.cs
blob: 1ce2cfa8ea39b6c4654eebc8f9c17da6f5da82ae (plain)
1
2
3
4
5
6
7
using System;
using XUtliPoolLib;

namespace XMainClient
{
	internal delegate ISeqListRef<int> GetBuffDataSeqListInt(BuffTable.RowData rowData);
}