shipthis
Version:
ShipThis manages building and uploading your Godot games to the App Store and Google Play.
8 lines (5 loc) • 342 B
JavaScript
import { jsx } from 'react/jsx-runtime';
import { j as GameProvider } from './baseGameCommand-8VL7xe-O.js';
import { C as Command } from './Command-Cj6F5B5a.js';
const CommandGame = ({ children, command }) => /* @__PURE__ */ jsx(Command, { command, children: /* @__PURE__ */ jsx(GameProvider, { children }) });
export { CommandGame as C };