CTT/Server/Hotfix/Game/System/Bag/GoodsItemSystem.cs

15 lines
239 B
C#
Executable File

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