5dplomacy/MultiversalDiplomacy/Orders
Tim Van Baak 25d903d91a Refactor Season into a value struct
This keeps the rich features of a Season type without requiring constant string parsing (as much) or going through World to do lookups to get the objects. Since seasons now have value equality instead of reference equality, it's easier to get access to whem when needed. They're still, fundamentally, sugar over a tuple.
2024-08-15 13:51:41 -07:00
..
BuildOrder.cs Reduce Order.Power to string 2024-08-15 07:30:43 -07:00
ConvoyOrder.cs Reduce Order.Power to string 2024-08-15 07:30:43 -07:00
DisbandOrder.cs Reduce Order.Power to string 2024-08-15 07:30:43 -07:00
HoldOrder.cs Reduce Order.Power to string 2024-08-15 07:30:43 -07:00
MoveOrder.cs Refactor Season into a value struct 2024-08-15 13:51:41 -07:00
Order.cs Reduce Order.Power to string 2024-08-15 07:30:43 -07:00
RetreatOrder.cs Reduce Order.Power to string 2024-08-15 07:30:43 -07:00
SupportHoldOrder.cs Reduce Order.Power to string 2024-08-15 07:30:43 -07:00
SupportMoveOrder.cs Refactor Season into a value struct 2024-08-15 13:51:41 -07:00
SupportOrder.cs Reduce Order.Power to string 2024-08-15 07:30:43 -07:00
SustainOrder.cs Reduce Order.Power to string 2024-08-15 07:30:43 -07:00
UnitOrder.cs Reduce Order.Power to string 2024-08-15 07:30:43 -07:00