예제 #1
0
파일: FileData.cs 프로젝트: Rookie13th/Lotd
 public virtual void Dump(DumpSettings settings)
 {
     ShallowDump(settings);
 }
예제 #2
0
 static DebugEx()
 {
     dumpSettings = new DumpSettings {MaxDepth = 1};
 }