From 9ac150425f023e66e2e405378dca4f0d53d35d88 Mon Sep 17 00:00:00 2001 From: ALEXTANG <574809918@qq.com> Date: Fri, 4 Aug 2023 01:42:00 +0800 Subject: [PATCH] Update IntDictionaryConfig.cs --- .../Core/Exporter/Excel/Base/Dictionary/IntDictionaryConfig.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/GameScripts/DotNet/Core/Exporter/Excel/Base/Dictionary/IntDictionaryConfig.cs b/Assets/GameScripts/DotNet/Core/Exporter/Excel/Base/Dictionary/IntDictionaryConfig.cs index 55a5a9e0..4a4d462b 100644 --- a/Assets/GameScripts/DotNet/Core/Exporter/Excel/Base/Dictionary/IntDictionaryConfig.cs +++ b/Assets/GameScripts/DotNet/Core/Exporter/Excel/Base/Dictionary/IntDictionaryConfig.cs @@ -1,3 +1,4 @@ +using System.Collections.Generic; using ProtoBuf; namespace TEngine.Core