コード例 #1
0
ファイル: Classes.cs プロジェクト: Icyelut/NinCFGEditor
 public FSTDirectory(FST root, FSTEntry entry) : base(root, entry)
 {
 }
コード例 #2
0
ファイル: Classes.cs プロジェクト: Icyelut/NinCFGEditor
 public FSTFile(FST root, FSTEntry entry) : base(root, entry)
 {
 }
コード例 #3
0
ファイル: Classes.cs プロジェクト: Icyelut/NinCFGEditor
 public FSTEntryNode(FST root, FSTEntry entry)
 {
     this.Root   = root;
     this._entry = entry;
 }