7 lines
113 B
Swift
Raw Normal View History

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