Move some classes to Cryville.Common.
This commit is contained in:
@@ -162,7 +162,7 @@ namespace Cryville.Crtr {
|
||||
}
|
||||
}
|
||||
readonly Dictionary<Type, ObjectPool<MotionNode>> m_buckets;
|
||||
protected override IReadOnlyDictionary<Type, ObjectPool<MotionNode>> Buckets { get { return m_buckets; } }
|
||||
protected override IDictionary<Type, ObjectPool<MotionNode>> Buckets { get { return m_buckets; } }
|
||||
public MotionNodePool() {
|
||||
m_buckets = new Dictionary<Type, ObjectPool<MotionNode>>();
|
||||
foreach (var reg in ChartPlayer.motionRegistry) {
|
||||
|
Reference in New Issue
Block a user