update coffee.internal

This commit is contained in:
mob-sakai
2024-07-18 14:29:49 +09:00
parent f68e59eefe
commit 94680839a3
3 changed files with 90 additions and 93 deletions

View File

@@ -5,6 +5,7 @@ using Object = UnityEngine.Object;
#if ENABLE_COFFEE_LOGGER
using System.Reflection;
using System.Collections.Generic;
#else
using Conditional = System.Diagnostics.ConditionalAttribute;
#endif
@@ -140,6 +141,9 @@ namespace Coffee.UIParticleInternal
switch (tag)
{
case string name:
sb.Append(name);
break;
case Type type:
AppendType(sb, type);
break;