Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/rewrite' into rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
olijeffers0n committed Sep 6, 2024
2 parents 7e1230b + db0cc81 commit 6a86664
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/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/structs/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 6a86664

Please sign in to comment.