mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:07:44 +08:00
Make DroppedObjectAnimation private
This commit is contained in:
parent
1d669cf65e
commit
be456f9c6b
@ -552,11 +552,11 @@ namespace osu.Game.Rulesets.Catch.UI
|
||||
|
||||
d.Expire();
|
||||
}
|
||||
}
|
||||
|
||||
public enum DroppedObjectAnimation
|
||||
private enum DroppedObjectAnimation
|
||||
{
|
||||
Drop,
|
||||
Explode
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user