internal void ProcessGameField(Rulesets.UI.Playfield playfield) { GameFieldModsProcessor.ProcessGameField(playfield); }
internal void ProcessGameField(Playfield <BaseRpObject, RpJudgement> playfield) { GameFieldModsProcessor.ProcessGameField(playfield); }