UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

14 lines (12 loc) 356 B
"use strict"; // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", { value: true }); /** * Represents a rotation structure with pitch and yaw * components. */ class PitchYawRotation { } exports.default = PitchYawRotation; //# sourceMappingURL=../maps/minecraft/PitchYawRotation.js.map