zxl
/
CTT
forked from Cal/CTT
1
0
Fork 0
CTT/Server/Hotfix/Game/System/Bag/GoodsItemSystem.cs

15 lines
239 B
C#

using Cal.DataTable;
using System;
using System.Collections.Generic;
namespace ET
{
public static class GoodsItemSystem
{
public static void Create(this GoodsItem self, GoodsBase goodsBase)
{
}
}
}