mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-04-27 06:45:22 +00:00
synchronizing change ammo
This commit is contained in:
parent
b292739b54
commit
9e51e33246
10 changed files with 407 additions and 68 deletions
|
|
@ -12,8 +12,12 @@ import scala.collection.mutable.ListBuffer
|
|||
import scala.util.Success
|
||||
|
||||
class InventoryTest extends Specification {
|
||||
val bullet9mmBox1 = AmmoBox(PlanetSideGUID(1), bullet_9mm)
|
||||
val bullet9mmBox2 = AmmoBox(PlanetSideGUID(2), bullet_9mm)
|
||||
val
|
||||
bullet9mmBox1 = AmmoBox(bullet_9mm)
|
||||
bullet9mmBox1.GUID = PlanetSideGUID(1)
|
||||
val
|
||||
bullet9mmBox2 = AmmoBox(bullet_9mm)
|
||||
bullet9mmBox2.GUID = PlanetSideGUID(2)
|
||||
|
||||
"GridInventory" should {
|
||||
"construct" in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue