Fix mod icons import
This commit is contained in:
@@ -529,11 +529,11 @@ public interface RSClient extends RSGameShell, Client
|
|||||||
@Import("mapDotSprites")
|
@Import("mapDotSprites")
|
||||||
RSSprite[] getMapDots();
|
RSSprite[] getMapDots();
|
||||||
|
|
||||||
@Import("modIconSprites")
|
@Import("AbstractFont_modIconSprites")
|
||||||
@Override
|
@Override
|
||||||
RSIndexedSprite[] getModIcons();
|
RSIndexedSprite[] getModIcons();
|
||||||
|
|
||||||
@Import("modIconSprites")
|
@Import("AbstractFont_modIconSprites")
|
||||||
void setRSModIcons(RSIndexedSprite[] modIcons);
|
void setRSModIcons(RSIndexedSprite[] modIcons);
|
||||||
|
|
||||||
@Construct
|
@Construct
|
||||||
|
|||||||
Reference in New Issue
Block a user