package mods.eln.shared; import java.util.Hashtable; public class SharedServer { Hashtable<Integer, SharedObject> objectHash; //void add(sh) }