Skip to content

Commit

Permalink
Make DI candidates partial
Browse files Browse the repository at this point in the history
  • Loading branch information
LumpBloom7 committed Jul 18, 2023
1 parent 3947fc5 commit 4e2b133
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Sentakki/Mods/SentakkiModHidden.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

namespace osu.Game.Rulesets.Sentakki.Mods
{
public class SentakkiModHidden : ModHidden, IApplicableToDrawableRuleset<SentakkiHitObject>
public partial class SentakkiModHidden : ModHidden, IApplicableToDrawableRuleset<SentakkiHitObject>
{
public override LocalisableString Description => SentakkiModHiddenStrings.ModDescription;

Expand Down
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Sentakki/SentakkiRuleset.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

namespace osu.Game.Rulesets.Sentakki
{
public class SentakkiRuleset : Ruleset
public partial class SentakkiRuleset : Ruleset
{
public override string RulesetAPIVersionSupported => CURRENT_RULESET_API_VERSION;

Expand Down

0 comments on commit 4e2b133

Please sign in to comment.