We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af52119 commit ea965b5Copy full SHA for ea965b5
source/archipelago/APInfo.hx
@@ -59,7 +59,7 @@ abstract APSlotData(APSlotDataType) from APSlotDataType to APSlotDataType {
59
public var songData(get, never):Map<String, SongDetailData>;
60
public var custom_weeks(get, never):Dynamic;
61
public var song_modifications(get, never):Dynamic;
62
- public var unoColorsUsed(get, never):Array<{name:String, color:String}>;
+ public var unoColorsUsed(get, never):Array<{name:String, color_code:String}>;
63
64
private function get_deathLink():Bool return this.deathLink;
65
private function get_fullSongCount():Int return this.fullSongCount;
0 commit comments