16 lines
252 B
C#
16 lines
252 B
C#
|
using Cal.DataTable;
|
|||
|
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
|
|||
|
namespace ET
|
|||
|
{
|
|||
|
public static class MaterialItemSystem
|
|||
|
{
|
|||
|
|
|||
|
public static void Create(this MaterialItem self, MaterialBase materialBase)
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
}
|
|||
|
}
|