Remove unnecessary NotImplementedException().

This commit is contained in:
2026-02-25 22:06:44 +03:00
parent 4ac54c3c96
commit ccbfcc09b2

View File

@@ -70,8 +70,6 @@ namespace ReFuel.Gltf
case JsonValueKind.Undefined: break;
}
}
throw new NotImplementedException();
}
}