// 
// Decompiled by Procyon v0.6.0
// 

package com.hypixel.hytale.builtin.portals.commands;

import com.hypixel.hytale.server.core.command.system.AbstractCommand;
import com.hypixel.hytale.server.core.command.system.basecommands.AbstractCommandCollection;

public class FragmentCommands extends AbstractCommandCollection
{
    public FragmentCommands() {
        super("fragment", "server.commands.fragment.desc");
        this.addSubCommand(new TimerFragmentCommand());
    }
}
