Code cleanup.
This commit is contained in:
@@ -5,6 +5,7 @@ using System.Collections.Generic;
|
||||
|
||||
namespace Cryville.Crtr.Event {
|
||||
internal class RMVPool : CategorizedPool<int, RealtimeMotionValue> {
|
||||
public static RMVPool Shared;
|
||||
private class Bucket : ObjectPool<RealtimeMotionValue> {
|
||||
readonly MotionRegistry _reg;
|
||||
public Bucket(Identifier name, int capacity) : base(capacity) {
|
||||
|
Reference in New Issue
Block a user