All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ggp.base.player.gamer.event.GamerAbortedMatchEvent Maven / Gradle / Ivy

The newest version!
package org.ggp.base.player.gamer.event;

import org.ggp.base.util.observer.Event;

public final class GamerAbortedMatchEvent extends Event
{
    @Override
    public String toString() {
        return "Gamer aborted match event";
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy