public void Start()
    {
        LibraryLoader.loadMoveLibrary();
        List <Creature> creatures1 = LibraryLoader.loadTestCreatures();
        List <Creature> creatures2 = LibraryLoader.loadTestCreatures();

        setup(new Pair <int, int>(1, 0), new Team(creatures1), new Team(creatures2));
    }