초기커밋
This commit is contained in:
8
ServerBase/Meta/MetaAssets/IMetaData.cs
Normal file
8
ServerBase/Meta/MetaAssets/IMetaData.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
|
||||
namespace ServerBase;
|
||||
|
||||
public interface IMetaData
|
||||
{
|
||||
string toBasicString();
|
||||
}
|
||||
Reference in New Issue
Block a user