(ee4193544) Modified: Reduced the health interface opening range mildly to prevent ragdoll flailing at or close to old max range

This commit is contained in:
Joonas Rikkonen
2019-06-15 19:45:11 +03:00
parent 6c72136fa9
commit b64d3d17ac
7 changed files with 9 additions and 29 deletions
@@ -20,7 +20,7 @@ namespace SteamNative
//
// EResult
//
public enum Result : int
internal enum Result : int
{
OK = 1,
Fail = 2,