package com.iBaby.commands;
import org.bukkit.command.CommandSender;
import com.iBaby.Command;
public class SitCommand extends Command {
/**
* If the baby sits, "unsit" it, if it is normal, set it to sitting,
*/
public void handle(CommandSender sender) {
}
}