提交修改
This commit is contained in:
14
Assets/Scripts/UI/Common/ItemDataHelper.cs
Normal file
14
Assets/Scripts/UI/Common/ItemDataHelper.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace NBF
|
||||
{
|
||||
public static class ItemDataHelper
|
||||
{
|
||||
public static List<TabItemData> GetItemTabDataList<T>(List<T> list) where T : class
|
||||
{
|
||||
List<TabItemData> ret = new List<TabItemData>();
|
||||
|
||||
return ret;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user