1 package cz.cuni.amis.pogamut.usar2004.agent; 2 3 4 5 import cz.cuni.amis.pogamut.unreal.bot.IUnrealBot; 6 7 /** 8 * Unreal Tournament bot. 9 * @author ik 10 */ 11 public interface IUSAR2004Bot extends IUnrealBot { 12 }