mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-06 16:57:25 +00:00
Fix XModelSurfs being entirely loaded in temp block by adding the feature to specify a block for a struct to be able to make xmodelsurfs being loaded in normal block
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System.Collections.Generic;
|
||||
using ZoneCodeGenerator.Domain.FastFileStructure;
|
||||
using ZoneCodeGenerator.Generating.Computations;
|
||||
|
||||
namespace ZoneCodeGenerator.Domain.Information
|
||||
@@ -28,6 +29,7 @@ namespace ZoneCodeGenerator.Domain.Information
|
||||
public bool ReferenceFromNonDefaultNormalBlockExists { get; set; }
|
||||
|
||||
public CustomAction PostLoadAction { get; set; }
|
||||
public FastFileBlock Block { get; set; }
|
||||
|
||||
public bool IsLeaf { get; set; }
|
||||
|
||||
|
Reference in New Issue
Block a user