Skip to content

Commit

Permalink
feat: New Traveling Vendor marker type (#72)
Browse files Browse the repository at this point in the history
Co-authored-by: jon.maxwell <[email protected]>
Co-authored-by: olijeffers0n <[email protected]>
  • Loading branch information
3 people authored Sep 3, 2024
1 parent d3f82d4 commit 744d2c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions rustplus.proto
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ enum AppMarkerType {
Crate = 6;
GenericRadius = 7;
PatrolHelicopter = 8;
TravelingVendor = 9;
}

message AppRequest {
Expand Down
1 change: 1 addition & 0 deletions rustplus/api/remote/rustplus_proto/rustplus.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions rustplus/api/structures/rust_marker.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ class RustMarker(Serializable):
CrateMarker = 6
RadiusMarker = 7
PatrolHelicopterMarker = 8
TravelingVendor = 9

def __init__(self, data: AppMarker) -> None:
self._id: int = data.id
Expand Down

0 comments on commit 744d2c3

Please sign in to comment.