From 1b94cd4f047c021f1b8b41f5b7df3b51c404e7da Mon Sep 17 00:00:00 2001 From: Carmine Date: Sat, 11 Aug 2018 18:15:23 +0200 Subject: [PATCH] Renamed Min and Max limits in JointRotationLimit_s --- CodeWalker.Core/GameFiles/Resources/Drawable.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CodeWalker.Core/GameFiles/Resources/Drawable.cs b/CodeWalker.Core/GameFiles/Resources/Drawable.cs index bc74416..d9c7c7a 100644 --- a/CodeWalker.Core/GameFiles/Resources/Drawable.cs +++ b/CodeWalker.Core/GameFiles/Resources/Drawable.cs @@ -968,12 +968,12 @@ namespace CodeWalker.GameFiles public float Unknown_50h { get; set; } // -pi public float Unknown_54h { get; set; } // pi public float Unknown_58h { get; set; } // 1.0 - public float Unknown_5Ch { get; set; } - public float Unknown_60h { get; set; } - public float Unknown_64h { get; set; } - public float Unknown_68h { get; set; } - public float Unknown_6Ch { get; set; } - public float Unknown_70h { get; set; } + public float MinX { get; set; } + public float MinY { get; set; } + public float MinZ { get; set; } + public float MaxX { get; set; } + public float MaxY { get; set; } + public float MaxZ { get; set; } public float Unknown_74h { get; set; } // pi public float Unknown_78h { get; set; } // -pi public float Unknown_7Ch { get; set; } // pi