Customise sender and title too. Add statement of use

This commit is contained in:
memetrollsXD
2022-05-06 04:11:08 +02:00
committed by Melledy
parent a045142a41
commit 81998b9cf9
5 changed files with 7 additions and 14 deletions

View File

@@ -3,7 +3,6 @@ package emu.grasscutter.net.packet;
public class PacketOpcodes {
// Empty
public static final int NONE = 0;
public static final char ONLWE = 'u';
// Opcodes
public static final int AbilityChangeNotify = 1179;