Getting the Map
Getting the Image
Getting the Map Data
class RustMap with fields:
width: int
height: int
jpg_image: bytes
margin: int
monuments : List[RustMonument]
background: str
class RustMonument with fields:
token: str
x: float
y: floatLast updated
Was this helpful?