From 7c2cd83dde5f509015ed25d56c80cc96ed18624b Mon Sep 17 00:00:00 2001 From: colinator27 <17358554+colinator27@users.noreply.github.com> Date: Sat, 30 Nov 2024 11:48:31 -0500 Subject: [PATCH] Add EnableCopyOnWrite flag --- UndertaleModLib/Models/UndertaleGeneralInfo.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UndertaleModLib/Models/UndertaleGeneralInfo.cs b/UndertaleModLib/Models/UndertaleGeneralInfo.cs index e2cdb5524..fb502e56c 100644 --- a/UndertaleModLib/Models/UndertaleGeneralInfo.cs +++ b/UndertaleModLib/Models/UndertaleGeneralInfo.cs @@ -703,7 +703,8 @@ public enum OptionsFlags : ulong UseRearTouch = 0x2000000, UseFastCollision = 0x4000000, FastCollisionCompatibility = 0x8000000, - DisableSandbox = 0x10000000 + DisableSandbox = 0x10000000, + EnableCopyOnWrite = 0x20000000 } ///