7 lines
107 B
Swift
Raw Normal View History

2024-12-05 16:21:52 +01:00
public struct Location {
public let x: UInt64
public let y: UInt64
public let z: UInt64
}