mark states as dirty when the skin changes

This commit is contained in:
yugecin
2018-07-20 20:26:56 +02:00
parent 8d109df629
commit 5a057a229e
2 changed files with 15 additions and 4 deletions

View File

@@ -19,6 +19,5 @@ package yugecin.opsudance.events;
public interface SkinChangedListener
{
void onSkinChanged(String stringName);
void onSkinChanged(String name);
}