7 lines
113 B
Swift
7 lines
113 B
Swift
public struct Location {
|
|
|
|
public let x: UInt64
|
|
public let y: UInt64
|
|
public let z: UInt64
|
|
|
|
} |