MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / parse

Method parse

mbg2luastg/MBGParser.cs:31–39  ·  view source on GitHub ↗
(string[] content)

Source from the content-addressed store, hash-verified

29 }
30
31 void parse(string[] content)
32 {
33 // 读取文件版本号
34 if (content.Length < 1 || content[0] != "Crazy Storm Data 1.01")
35 throw new InvalidFileFormat(content.Length, "文件格式无效,需要Crazy Storm 1.01版本");
36
37 // 读取中心数据
38
39 }
40
41 public MBGParser(string path)
42 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected