content/hifi-content/faye/plp/PLPZoneEntityScript.js
2022-02-13 23:26:00 +01:00

14 lines
No EOL
319 B
JavaScript

// PLPZoneEntityScript.js
//
// Created by Si Fi Faye Li on 31 Oct, 2016
//
//
(function(){ // BEGINS LOCAL SCOPE
this.enterEntity = function(entityID) {
print("enter PLP Zone");
};
this.leaveEntity = function(entityID) {
print("leave PLP Zone");
};
}); // ENDS LOCAL SCOPE