Merge pull request #149 from cp89gamedev/bugfix/upd-lockable
fix missing type in upd record
This commit is contained in:
@@ -361,6 +361,12 @@ public record Upd
|
||||
get;
|
||||
set;
|
||||
}
|
||||
|
||||
public bool? Lockable
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
}
|
||||
|
||||
public enum PinLockState
|
||||
|
||||
Reference in New Issue
Block a user