From a670ceb38eacfaaeaa2eced2f13c3aa8eb995e19 Mon Sep 17 00:00:00 2001 From: "ProjectKoi-Kalo\\Kalo" Date: Sun, 14 Dec 2025 14:56:53 +0800 Subject: [PATCH] chore: normalize Dialog_CustomDisplay encoding --- Source/WulaFallenEmpire/EventSystem/Dialog_CustomDisplay.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/WulaFallenEmpire/EventSystem/Dialog_CustomDisplay.cs b/Source/WulaFallenEmpire/EventSystem/Dialog_CustomDisplay.cs index 64dad1f0..a453f88f 100644 --- a/Source/WulaFallenEmpire/EventSystem/Dialog_CustomDisplay.cs +++ b/Source/WulaFallenEmpire/EventSystem/Dialog_CustomDisplay.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; @@ -666,3 +666,4 @@ namespace WulaFallenEmpire } } } +