package com.aionemu.gameserver.model; /** * @author ATracer */ public interface GameEngine { void init(); }