Wayarea.msg 245 B

12345678
  1. # This represents a wayarea in a map.
  2. # Way area is an area where vehicle are traversable.
  3. # Id of this Wayarea object. Must unique among all Wayareas in a map
  4. int32 wayarea_id
  5. # Id of Area object that represents this wayarea.
  6. int32 area_id