mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
No more partial judgements.
This commit is contained in:
@ -1,19 +0,0 @@
|
|||||||
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
|
|
||||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
|
||||||
|
|
||||||
namespace osu.Game.Rulesets.Judgements
|
|
||||||
{
|
|
||||||
/// <summary>
|
|
||||||
/// Inidicates that the judgement this is attached to is a partial judgement and the scoring value may change.
|
|
||||||
/// </summary>
|
|
||||||
public interface IPartialJudgement
|
|
||||||
{
|
|
||||||
/// <summary>
|
|
||||||
/// Indicates that this partial judgement has changed and requires reprocessing.
|
|
||||||
/// <para>
|
|
||||||
/// This is set to false once the judgement has been re-processed.
|
|
||||||
/// </para>
|
|
||||||
/// </summary>
|
|
||||||
bool Changed { get; set; }
|
|
||||||
}
|
|
||||||
}
|
|
@ -210,7 +210,6 @@
|
|||||||
<Compile Include="Rulesets\Objects\Types\IHasYPosition.cs" />
|
<Compile Include="Rulesets\Objects\Types\IHasYPosition.cs" />
|
||||||
<Compile Include="Rulesets\Replays\Replay.cs" />
|
<Compile Include="Rulesets\Replays\Replay.cs" />
|
||||||
<Compile Include="Rulesets\Judgements\DrawableJudgement.cs" />
|
<Compile Include="Rulesets\Judgements\DrawableJudgement.cs" />
|
||||||
<Compile Include="Rulesets\Judgements\IPartialJudgement.cs" />
|
|
||||||
<Compile Include="Rulesets\Replays\FramedReplayInputHandler.cs" />
|
<Compile Include="Rulesets\Replays\FramedReplayInputHandler.cs" />
|
||||||
<Compile Include="Rulesets\Mods\IApplicableMod.cs" />
|
<Compile Include="Rulesets\Mods\IApplicableMod.cs" />
|
||||||
<Compile Include="Rulesets\Mods\ModType.cs" />
|
<Compile Include="Rulesets\Mods\ModType.cs" />
|
||||||
|
Reference in New Issue
Block a user