Add legacy cursor star particles

This commit is contained in:
Opelkuh
2021-09-04 21:49:05 +02:00
parent 328c9a5dd0
commit ee4006f3d7
3 changed files with 191 additions and 0 deletions

View File

@ -24,6 +24,7 @@ using osuTK;
namespace osu.Game.Rulesets.Osu.UI
{
[Cached]
public class OsuPlayfield : Playfield
{
private readonly PlayfieldBorder playfieldBorder;