Merge pull request #149 from cp89gamedev/bugfix/upd-lockable

fix missing type in upd record
This commit is contained in:
Chomp
2025-04-13 09:12:14 +01:00
committed by GitHub
@@ -361,6 +361,12 @@ public record Upd
get;
set;
}
public bool? Lockable
{
get;
set;
}
}
public enum PinLockState