Added item names and descriptions, better unlock menu
This commit is contained in:
@@ -19,4 +19,7 @@ public interface UnlockableContent extends Content{
|
||||
|
||||
/**This should show all necessary info about this content in the specified table.*/
|
||||
void displayInfo(Table table);
|
||||
|
||||
/**Called when this content is unlocked. Use this to unlock other related content.*/
|
||||
default void onUnlock(){}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user