Simple Lab Recruits Observation
data class SimpleLabRecruitsObservation( val door: List<DoorBase>, val buttons: List<TerminalBlock>, val character: CharacterObservation)
Content copied to clipboard
Constructors
Link copied to clipboard
fun SimpleLabRecruitsObservation( door: List<DoorBase>, buttons: List<TerminalBlock>, character: CharacterObservation)
Content copied to clipboard