Database works
This commit is contained in:
@@ -4,6 +4,7 @@ import models.Car
|
||||
import models.Coordinates
|
||||
import models.HumanBeing
|
||||
import models.WeaponType
|
||||
import java.util.UUID
|
||||
|
||||
/**
|
||||
* Интерактивный построитель объекта [HumanBeing].
|
||||
@@ -39,7 +40,7 @@ class HumanBeingBuilder(private val inputManager: IOManager) {
|
||||
name = name, coordinates = coordinates, realHero = realHero,
|
||||
hasToothpick = hasToothpick, impactSpeed = impactSpeed,
|
||||
soundtrackName = soundtrackName, minutesOfWaiting = minutesOfWaiting,
|
||||
weaponType = weaponType, car = car
|
||||
weaponType = weaponType, car = car, ownerId = UUID.fromString("68db6bf5-65ce-46c7-881d-c85b23254f92") // debug only!
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
package runner
|
||||
|
||||
class ModelValidator {
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user