1 /* 2 * GameMapServer.java 3 * 4 * Created on July 20, 2006, 8:39 PM 5 * 6 * To change this template, choose Tools | Template Manager 7 * and open the template in the editor. 8 */ 9 10 package net.sourceforge.rpgee.mapping; 11 12 import java.util.List; 13 14 /** 15 * 16 * @author Mykel 17 */ 18 public interface GameMapServer<T> { 19 // public List<GameMapLayer<T>> getLayers(); 20 }