blob: 443be814be6ba2e9c97518a3310f752010c36fcc [file] [log] [blame] [raw]
package us.myles.ViaVersion.packets;
public enum Direction {
/**
* Outgoing server packets sent to the client.
*/
OUTGOING,
/**
* Incoming server packets send by the client to the server.
*/
INCOMING
}