started using generic pooling
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Darkmatter.Presentation
|
||||
{
|
||||
public class PlayerSplashPool : ObjectPool<Splash> { }
|
||||
}
|
||||
Reference in New Issue
Block a user