19 lines
500 B
JavaScript
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");
|
|
};
|
|
})
|