Core/AreaTriggers: Refactor AreaTriggerShapeInfo to use std::variant instead of union

Port From (https://github.com/TrinityCore/TrinityCore/commit/dac548a305c1509240ff6a923ccce8359c98915a)
This commit is contained in:
Hondacrx
2025-12-07 23:07:54 -05:00
parent b022cd1cc4
commit 8cc270b895
4 changed files with 240 additions and 199 deletions
+1
View File
@@ -8,6 +8,7 @@
<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.25.2" />
<PackageReference Include="MySqlConnector" Version="2.3.5" />
<PackageReference Include="OneOf" Version="3.0.271" />
</ItemGroup>
</Project>