From 50168fe9b1a90c8ca8395a729e9f7809cb42603f Mon Sep 17 00:00:00 2001 From: Zacharie Day Date: Wed, 2 Sep 2020 19:36:56 -0400 Subject: [PATCH] Change match struct to a class There was no reason for it to be a value type. --- HudSwap/Statuses.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HudSwap/Statuses.cs b/HudSwap/Statuses.cs index 32c5f47..e6ec0eb 100644 --- a/HudSwap/Statuses.cs +++ b/HudSwap/Statuses.cs @@ -85,7 +85,7 @@ namespace HudSwap { } } - public struct HudConditionMatch { + public class HudConditionMatch { /// /// Values stored here should be the abbreviation of the class/job name (all caps). /// We do this because using results in circular dependency errors when serializing.