1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:07:25 +08:00
osu-lazer/osu.Game.Rulesets.Taiko/Difficulty
Dan Balasescu 94c6beeaf7 Use ctor in a place that looks visually weird
I read through this thinking "why doesn't Previous get assigned to
currentEncoding here? But it's because the initializer runs right after
the ctor and before the "method" returns. So really there's 3 operations
running on one line here - ctor, init, and assignment.
2022-08-15 21:30:46 +09:00
..
Evaluators Implement stateless colour evaluator and required encoding changes 2022-07-21 19:15:22 +08:00
Preprocessing Use ctor in a place that looks visually weird 2022-08-15 21:30:46 +09:00
Skills General refactoring 2022-08-15 21:26:54 +09:00
TaikoDifficultyAttributes.cs Merge branch 'ppy:master' into colour-encoding-2 2022-07-15 21:19:49 +08:00
TaikoDifficultyCalculator.cs Merge branch 'master' into colour-encoding-2 2022-08-15 20:56:50 +09:00
TaikoPerformanceAttributes.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
TaikoPerformanceCalculator.cs performance points balancing 2022-07-17 14:10:49 +10:00