Survivalcraft API 1.8.2.3
v1.8.2.3
Survivalcraft 2.4
载入中...
搜索中...
未找到
HumanReadableConverterAttribute.cs
浏览该文件的文档.
1
namespace
Engine.Serialization
{
2
[AttributeUsage(AttributeTargets.Class)]
3
public
class
HumanReadableConverterAttribute
: Attribute {
4
public
Type[]
Types
;
5
6
public
HumanReadableConverterAttribute
(params Type[] types) =>
Types
= types.ToArray();
7
}
8
}
Engine.Serialization.HumanReadableConverterAttribute.HumanReadableConverterAttribute
HumanReadableConverterAttribute(params Type[] types)
定义
HumanReadableConverterAttribute.cs:6
Engine.Serialization.HumanReadableConverterAttribute.Types
Type[] Types
定义
HumanReadableConverterAttribute.cs:4
Engine.Serialization
定义
Archive.cs:4
SurvivalcraftApi 1.8.2.3
Engine
Engine.Serialization
HumanReadableConverterAttribute.cs
制作者
1.16.1