mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-03-02 11:43:39 +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
|
|
@ -2,9 +2,9 @@
|
|||
package game.objectcreate
|
||||
|
||||
import net.psforever.packet.PacketCoding
|
||||
import net.psforever.packet.game.{ObjectCreateMessage, PlanetSideGUID}
|
||||
import net.psforever.packet.game.ObjectCreateMessage
|
||||
import net.psforever.packet.game.objectcreate._
|
||||
import net.psforever.types.{PlanetSideEmpire, Vector3}
|
||||
import net.psforever.types.{PlanetSideEmpire, PlanetSideGUID, Vector3}
|
||||
import org.specs2.mutable._
|
||||
import scodec.bits._
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue