Added configuration, save toggle states, can change stickopeninv to

anyother item.
This commit is contained in:
lishd
2011-09-18 20:44:57 -04:00
parent b0aeef46d8
commit 616ea0fad8
6 changed files with 37 additions and 26 deletions

View File

@@ -1,7 +0,0 @@
package lishid.openinv.utils;
import java.util.HashMap;
public class OpenInvToggleState {
public static HashMap<String, Integer> openInvState = new HashMap<String, Integer>();
}