1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 04:07:25 +08:00

Make DroppedObjectAnimation private

This commit is contained in:
ekrctb 2020-12-03 18:45:38 +09:00
parent 1d669cf65e
commit be456f9c6b

View File

@ -552,11 +552,11 @@ namespace osu.Game.Rulesets.Catch.UI
d.Expire();
}
}
public enum DroppedObjectAnimation
{
Drop,
Explode
private enum DroppedObjectAnimation
{
Drop,
Explode
}
}
}