Area
class Area(val name: String, val point1: VentureLocation, val point2: VentureLocation, val chatRoomType: String = "<color:#7593ff>ChatRoom")(source)
Represents an area defined by two points in pixel coordinates.
Constructors
Link copied to clipboard
constructor(name: String, point1: VentureLocation, point2: VentureLocation, chatRoomType: String = "<color:#7593ff>ChatRoom")