Files
HelixJump/Assets/DarkMatter/Code/Presentation/Pool/PlayerSplashPool.cs
2025-12-17 18:50:53 -08:00

7 lines
117 B
C#

using UnityEngine;
namespace Darkmatter.Presentation
{
public class PlayerSplashPool : ObjectPool<Splash> { }
}