Archived
0

HandshakeResponsePacket

This commit is contained in:
2018-03-25 21:39:27 +03:00
parent ed2094a749
commit 8c8c31c958
9 changed files with 116 additions and 3 deletions

View File

@@ -41,6 +41,11 @@
<artifactId>lombok</artifactId>
<version>1.16.16</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.2</version>
</dependency>
<!-- Netty -->
<dependency>