7 lines
117 B
C#
7 lines
117 B
C#
using UnityEngine;
|
|
|
|
namespace Darkmatter.Presentation
|
|
{
|
|
public class PlayerSplashPool : ObjectPool<Splash> { }
|
|
}
|