Getting Contents of Monitors
class RustContents with fields:
protection_time: timedelta
has_protection: bool
contents : List[RustItem]
class RustItem with fields:
name: str
item_id: int
quantity: int
is_blueprint: boolLast updated
Was this helpful?