8 lines
125 B
C#
8 lines
125 B
C#
namespace ET
|
|
{
|
|
// Unit的组件有这个接口说明需要传送
|
|
public interface ITransfer
|
|
{
|
|
|
|
}
|
|
} |