Survivalcraft API 1.8.2.3 v1.8.2.3
Survivalcraft 2.4
载入中...
搜索中...
未找到
ILogSink.cs
浏览该文件的文档.
1namespace Engine {
2 public interface ILogSink {
3 void Log(LogType type, string message);
4 }
5}
void Log(LogType type, string message)