Class AovDataStructures
- Namespace
- AshesOfVelsingrad.Utilities
- Assembly
- Ashes of Velsingrad.dll
Provides shared data structures and enumerations used across the game systems.
public static class AovDataStructures
- Inheritance
-
AovDataStructures
- Inherited Members
Remarks
AovDataStructures centralizes common enumerations and value types related to gameplay logic, including combat resolution, status effects, targeting rules, unit archetypes, and turn management.
This static class is intended to act as a single source of truth for core gameplay definitions, ensuring consistency and reducing coupling between systems.