mirror of
https://github.com/AssetRipper/AssetRipper.git
synced 2025-12-11 20:15:29 +01:00
parent
ff48885da1
commit
19653bcb80
@ -114,5 +114,7 @@ public static class CommonString
|
||||
{1152, "FileSize"},
|
||||
{1161, "Hash128"},
|
||||
{1169, "RenderingLayerMask"},
|
||||
{1188, "fixed_array" },
|
||||
{1200, "EntityId"},
|
||||
};
|
||||
}
|
||||
|
||||
@ -186,7 +186,7 @@ public sealed class TypeTree : ISerializedReadable, ISerializedWritable
|
||||
}
|
||||
else
|
||||
{
|
||||
throw new Exception($"Unsupported asset class type name '{offset}''");
|
||||
throw new Exception($"Unsupported asset class type name '{offset}'");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user