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,7 +4,7 @@ package objects
import net.psforever.objects.equipment.{EquipmentSize, EquipmentSlot}
import net.psforever.objects.inventory.{Container, GridInventory, InventoryEquipmentSlot}
import net.psforever.objects.{GlobalDefinitions, OffhandEquipmentSlot, Tool}
import net.psforever.packet.game.PlanetSideGUID
import net.psforever.types.PlanetSideGUID
import org.specs2.mutable._
import scala.util.Success