feat: add ContainerId to MyWorldObject for inventory tracking
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
725bbf473f
commit
ce0fae7d10
2 changed files with 3 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ namespace Mag.Shared
|
|||
public int LastIdTime;
|
||||
public int ObjectClass;
|
||||
public int Icon;
|
||||
public int ContainerId;
|
||||
|
||||
public SerializableDictionary<int, bool> BoolValues = new SerializableDictionary<int, bool>();
|
||||
public SerializableDictionary<int, double> DoubleValues = new SerializableDictionary<int, double>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue