mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Update framework.
This commit is contained in:
Submodule osu-framework updated: 269a1fd192...7ae3cf1a10
@ -47,7 +47,7 @@ namespace osu.Game.Graphics.UserInterface
|
|||||||
|
|
||||||
protected class TransformAccuracy : Transform<double>
|
protected class TransformAccuracy : Transform<double>
|
||||||
{
|
{
|
||||||
protected override double CurrentValue
|
public override double CurrentValue
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
|
@ -51,7 +51,7 @@ namespace osu.Game.Graphics.UserInterface
|
|||||||
|
|
||||||
protected class TransformScore : Transform<double>
|
protected class TransformScore : Transform<double>
|
||||||
{
|
{
|
||||||
protected override double CurrentValue
|
public override double CurrentValue
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
|
@ -213,7 +213,7 @@ namespace osu.Game.Modes.UI
|
|||||||
|
|
||||||
protected class TransformComboRoll : Transform<int>
|
protected class TransformComboRoll : Transform<int>
|
||||||
{
|
{
|
||||||
protected override int CurrentValue
|
public override int CurrentValue
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
|
@ -36,7 +36,7 @@ namespace osu.Game.Modes.UI
|
|||||||
|
|
||||||
protected class TransformComboResult : Transform<ulong>
|
protected class TransformComboResult : Transform<ulong>
|
||||||
{
|
{
|
||||||
protected override ulong CurrentValue
|
public override ulong CurrentValue
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user