2022-11-03 02:29:26 +01:00

9 lines
297 B
Java

package net.t2code.opsecurity.objects;
import java.util.HashMap;
public class PlayerCash {
public static HashMap<String, PlayerObject> opHashMap = new HashMap<String, PlayerObject>();
public static HashMap<String, PlayerObject> permissionHashMap = new HashMap<String, PlayerObject>();
}