wonder.js
Version:
16 lines (11 loc) • 566 B
JavaScript
;
var GameObjectMapService$Wonderjs = require("../../../../primitive/GameObjectMapService.js");
function getGameObject(sourceInstance, param) {
return GameObjectMapService$Wonderjs.getGameObject(sourceInstance, param[/* gameObjectMap */9]);
}
function unsafeGetGameObject(sourceInstance, param) {
return GameObjectMapService$Wonderjs.unsafeGetGameObject(sourceInstance, param[/* gameObjectMap */9]);
}
exports.getGameObject = getGameObject;
exports.unsafeGetGameObject = unsafeGetGameObject;
/* GameObjectMapService-Wonderjs Not a pure module */