2024-12-05 16:21:52 +01:00

7 lines
107 B
Swift

public struct Location {
public let x: UInt64
public let y: UInt64
public let z: UInt64
}