package electrosphere.entity; import java.util.LinkedList; import java.util.List; public class ServerSceneManager { List scenes = new LinkedList(); }