mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 08:39:11 +00:00
12 lines
222 B
Java
12 lines
222 B
Java
package org.apollo.game.event.impl;
|
|
|
|
import org.apollo.game.event.Event;
|
|
|
|
/**
|
|
* Sent by the client when the current interface is closed.
|
|
*
|
|
* @author Graham
|
|
*/
|
|
public final class ClosedInterfaceEvent extends Event {
|
|
|
|
} |