Files
HelixJump/Assets/DarkMatter/Code/Presentation/Pool/PlatformPool.cs
2025-12-17 15:50:28 -08:00

10 lines
91 B
C#

using Darkmatter.Presentation;
public class PlatformPool : ObjectPool<Platform> { }