refactor: apply refactor

This commit is contained in:
mob-sakai
2024-01-23 23:17:57 +09:00
parent 5dab4f21c7
commit b45dc77312
12 changed files with 89 additions and 126 deletions

View File

@@ -11,10 +11,7 @@ namespace Coffee.UIExtensions
private static readonly HashSet<int> s_UpdatedGroupIds = new HashSet<int>();
private static int s_FrameCount;
public static int uiParticleCount
{
get { return s_ActiveParticles.Count; }
}
public static int uiParticleCount => s_ActiveParticles.Count;
public static void Register(UIParticle particle)
{