mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-02-13 03:33:37 +00:00
Organize packets in to their own packages
Also remove legacy CryptoStateManager
This commit is contained in:
parent
e41d0ac9c4
commit
ff4ea792ce
23 changed files with 65 additions and 90 deletions
|
|
@ -1,6 +1,7 @@
|
|||
// Copyright (c) 2016 PSForever.net to present
|
||||
import org.specs2.mutable._
|
||||
import net.psforever.packet._
|
||||
import net.psforever.packet.control.{ClientStart, ServerStart}
|
||||
import scodec.bits._
|
||||
|
||||
class PacketCodingTest extends Specification {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue