update coffee.internal

This commit is contained in:
mob-sakai
2024-06-14 11:27:47 +09:00
parent 0cf4ae88c5
commit c3540a056c
3 changed files with 74 additions and 1 deletions

View File

@@ -1,11 +1,13 @@
using System;
using System.Text;
using UnityEngine;
using Conditional = System.Diagnostics.ConditionalAttribute;
using Object = UnityEngine.Object;
#if ENABLE_COFFEE_LOGGER
using System.Reflection;
using System.Collections.Generic;
#else
using Conditional = System.Diagnostics.ConditionalAttribute;
#endif
namespace Coffee.UIParticleInternal