mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 04:44:45 +08:00
Added ResourceAnalyzer to YptFile
This commit is contained in:
@@ -21,6 +21,9 @@ namespace CodeWalker.GameFiles
|
||||
|
||||
public string ErrorMessage { get; set; }
|
||||
|
||||
#if DEBUG
|
||||
public ResourceAnalyzer Analyzer { get; set; }
|
||||
#endif
|
||||
|
||||
public YptFile() : base(null, GameFileType.Ypt)
|
||||
{
|
||||
@@ -60,6 +63,10 @@ namespace CodeWalker.GameFiles
|
||||
BuildDrawableDict();
|
||||
BuildParticleDict();
|
||||
|
||||
#if DEBUG
|
||||
Analyzer = new ResourceAnalyzer(rd);
|
||||
#endif
|
||||
|
||||
Loaded = true;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user