Skip to content

Commit ea965b5

Browse files
committed
Update APInfo.hx
1 parent af52119 commit ea965b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/archipelago/APInfo.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ abstract APSlotData(APSlotDataType) from APSlotDataType to APSlotDataType {
5959
public var songData(get, never):Map<String, SongDetailData>;
6060
public var custom_weeks(get, never):Dynamic;
6161
public var song_modifications(get, never):Dynamic;
62-
public var unoColorsUsed(get, never):Array<{name:String, color:String}>;
62+
public var unoColorsUsed(get, never):Array<{name:String, color_code:String}>;
6363

6464
private function get_deathLink():Bool return this.deathLink;
6565
private function get_fullSongCount():Int return this.fullSongCount;

0 commit comments

Comments
 (0)