fix #234: port retail appraisal floaty and inscriptions

This commit is contained in:
Erik 2026-07-23 12:12:57 +02:00
parent 643cdfe66e
commit f1a7912160
23 changed files with 1310 additions and 106 deletions

View file

@ -14,6 +14,7 @@ public enum PublicWeenieFlags : uint
{
None = 0,
Openable = 0x00000001,
Inscribable = 0x00000002,
Stuck = 0x00000004,
Player = 0x00000008,
Attackable = 0x00000010,