mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-04-26 14:55:28 +00:00
moved PlanetSideGUID from .packet.game to .types; project threw a hissy fit
This commit is contained in:
parent
f9414a6798
commit
03bc52f52d
340 changed files with 481 additions and 404 deletions
|
|
@ -4,7 +4,7 @@ package game
|
|||
import org.specs2.mutable._
|
||||
import net.psforever.packet._
|
||||
import net.psforever.packet.game._
|
||||
import net.psforever.types.Vector3
|
||||
import net.psforever.types.{PlanetSideGUID, Vector3}
|
||||
import scodec.bits._
|
||||
|
||||
class TriggerEffectMessageTest extends Specification {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue