mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Partial everything
This commit is contained in:
committed by
Dean Herbert
parent
a1c559ae05
commit
7bc8908ca9
@ -27,7 +27,7 @@ namespace osu.Game.Rulesets.UI
|
||||
{
|
||||
[Cached(typeof(IPooledHitObjectProvider))]
|
||||
[Cached(typeof(IPooledSampleProvider))]
|
||||
public abstract class Playfield : CompositeDrawable, IPooledHitObjectProvider, IPooledSampleProvider
|
||||
public abstract partial class Playfield : CompositeDrawable, IPooledHitObjectProvider, IPooledSampleProvider
|
||||
{
|
||||
/// <summary>
|
||||
/// Invoked when a <see cref="DrawableHitObject"/> is judged.
|
||||
@ -427,7 +427,7 @@ namespace osu.Game.Rulesets.UI
|
||||
return pool;
|
||||
}
|
||||
|
||||
private class DrawableSamplePool : DrawablePool<PoolableSkinnableSample>
|
||||
private partial class DrawableSamplePool : DrawablePool<PoolableSkinnableSample>
|
||||
{
|
||||
private readonly ISampleInfo sampleInfo;
|
||||
|
||||
|
Reference in New Issue
Block a user