22232425262728
* @author hendrik */ public class DumpSpeakerNPCtoDB implements TurnListener { public void onTurnReached(int currentTurn) { DBCommandQueue.get().enqueue(new DumpSpeakerNPCsCommand()); }