Add initial support for LOD ADT #15
Annotations
10 warnings
Warcraft.NET/Files/ADT/TerrainLOD/Legion/TerrainLOD.cs#L105
Non-nullable property 'Header' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Warcraft.NET/Files/ADT/TerrainLOD/Legion/TerrainLOD.cs#L105
Non-nullable property 'Heightmap' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Warcraft.NET/Files/ADT/TerrainLOD/Legion/TerrainLOD.cs#L105
Non-nullable property 'Levels' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Warcraft.NET/Files/ADT/TerrainLOD/Legion/TerrainLOD.cs#L105
Non-nullable property 'QuadTree' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Warcraft.NET/Files/ADT/TerrainLOD/Legion/TerrainLOD.cs#L105
Non-nullable property 'VertexIndices' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Warcraft.NET/Files/ADT/TerrainLOD/Legion/TerrainLOD.cs#L105
Non-nullable property 'SkirtIndices' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Warcraft.NET/Files/ADT/TerrainLOD/Legion/TerrainLOD.cs#L105
Non-nullable property 'BlendMeshHeaders' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Warcraft.NET/Files/ADT/TerrainLOD/Legion/TerrainLOD.cs#L105
Non-nullable property 'BlendMeshBoundingBoxes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Warcraft.NET/Files/ADT/TerrainLOD/Legion/TerrainLOD.cs#L105
Non-nullable property 'BlendMeshIndices' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Warcraft.NET/Files/ADT/TerrainLOD/Legion/TerrainLOD.cs#L105
Non-nullable property 'BlendMeshVertices' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
This job succeeded
Loading