moved PlanetSideGUID from .packet.game to .types; project threw a hissy fit

This commit is contained in:
FateJH 2020-01-06 08:45:55 -05:00 committed by pschord
parent f9414a6798
commit 03bc52f52d
340 changed files with 481 additions and 404 deletions

View file

@ -4,6 +4,7 @@ package game
import org.specs2.mutable._
import net.psforever.packet._
import net.psforever.packet.game._
import net.psforever.types.PlanetSideGUID
import scodec.bits._
class ObjectDetectedMessageTest extends Specification {