Core/Objects: Implemented vignettes

Port From (https://github.com/TrinityCore/TrinityCore/commit/fccf6fb72b60b08dfbe6d5fb17fba55239944fca)
This commit is contained in:
hondacrx
2024-03-13 21:09:46 -04:00
parent 2c008b2b70
commit 4b9b81c7e2
21 changed files with 573 additions and 10 deletions
+1
View File
@@ -110,6 +110,7 @@ namespace Game.Entities
public UnitTypeMask UnitTypeMask { get; set; }
UnitState m_state;
protected LiquidTypeRecord _lastLiquid;
VignetteData m_vignette;
protected DeathState m_deathState;
public Vehicle m_vehicle { get; set; }
public Vehicle VehicleKit { get; set; }