get triggered by dumb namings

This commit is contained in:
Lucwousin
2019-11-22 00:48:37 +01:00
committed by Lucwousin
parent 0783bc0695
commit 61aea62c11
2 changed files with 40 additions and 40 deletions

View File

@@ -13,11 +13,11 @@ public interface RSTilePaint extends TilePaint
@Override
int getSwColor();
@Import("seColor")
@Import("nwColor")
@Override
int getSeColor();
@Import("nwColor")
@Import("seColor")
@Override
int getNwColor();