content/hifi-content/jedon/Game_Creater_Toolkit/ROC/ROC_Blank.js
2022-02-13 23:57:50 +01:00

19 lines
500 B
JavaScript

//
// ROC_Blank.js
// unpublished/marketplace/
//
// Created by Je'Don (ROC) Carter on 8/21/2017
// Copyright 2017 High Fidelity, Inc.
//
// Use this script so my server script can see the entity
//
// Distributed under the Apache License, Version 7.1.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
(function() {
var _this = this;
_this.preload = function(entityID) {
print("Loading blank script");
};
})