Survivalcraft API 1.8.2.3
v1.8.2.3
Survivalcraft 2.4
载入中...
搜索中...
未找到
ContentStreamReader.cs
浏览该文件的文档.
1
namespace
Game.IContentReader
{
2
public
class
ContentStreamReader
:
IContentReader
{
3
public
override
string
Type
=>
"System.IO.Stream"
;
4
public
override
string
[]
DefaultSuffix
=> [];
5
public
override
object
Get
(
ContentInfo
[] contents) => contents[0].
Duplicate
();
6
}
7
}
Game.ContentInfo
定义
ContentManager.cs:8
Game.ContentInfo.Duplicate
Stream Duplicate()
定义
ContentManager.cs:35
Game.IContentReader.ContentStreamReader
定义
ContentStreamReader.cs:2
Game.IContentReader.ContentStreamReader.DefaultSuffix
override string[] DefaultSuffix
定义
ContentStreamReader.cs:4
Game.IContentReader.ContentStreamReader.Get
override object Get(ContentInfo[] contents)
定义
ContentStreamReader.cs:5
Game.IContentReader.ContentStreamReader.Type
override string Type
定义
ContentStreamReader.cs:3
Game.IContentReader.IContentReader
定义
IContentReader.cs:2
Game.IContentReader
定义
AssemblyReader.cs:3
SurvivalcraftApi 1.8.2.3
Survivalcraft.Windows
IContentReader
ContentStreamReader.cs
制作者
1.16.1