mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Decode beatmap colours
This commit is contained in:
committed by
Dean Herbert
parent
c0022f3515
commit
7a4501323b
@ -3,6 +3,7 @@
|
||||
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using OpenTK.Graphics;
|
||||
using osu.Game.Beatmaps.Objects;
|
||||
using osu.Game.Beatmaps.Samples;
|
||||
using osu.Game.Beatmaps.Timing;
|
||||
@ -29,6 +30,8 @@ namespace osu.Game.Beatmaps
|
||||
public BeatmapMetadata Metadata { get; set; }
|
||||
[Ignore]
|
||||
public BaseDifficulty BaseDifficulty { get; set; }
|
||||
[Ignore]
|
||||
public List<Color4> ComboColors { get; set; }
|
||||
|
||||
// General
|
||||
public int AudioLeadIn { get; set; }
|
||||
|
Reference in New Issue
Block a user