10 lines
91 B
C#
10 lines
91 B
C#
using Darkmatter.Presentation;
|
|
|
|
|
|
public class PlatformPool : ObjectPool<Platform> { }
|
|
|
|
|
|
|
|
|
|
|