From d8693d4d43cc4c5de8d5a103f291ec9607339b97 Mon Sep 17 00:00:00 2001 From: Kasen IO Date: Fri, 3 Apr 2020 02:12:27 -0400 Subject: [PATCH] License headers. --- scripts/system/inventory/inventory.html | 12 ++++++++++++ scripts/system/inventory/inventory.js | 22 ++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/scripts/system/inventory/inventory.html b/scripts/system/inventory/inventory.html index d6bb867420..faaad85479 100644 --- a/scripts/system/inventory/inventory.html +++ b/scripts/system/inventory/inventory.html @@ -1,3 +1,15 @@ + + diff --git a/scripts/system/inventory/inventory.js b/scripts/system/inventory/inventory.js index 3079b9a5d8..25129345be 100644 --- a/scripts/system/inventory/inventory.js +++ b/scripts/system/inventory/inventory.js @@ -1,3 +1,13 @@ +// +// inventory.js +// +// Created by kasenvr@gmail.com on 2 Mar 2020 +// Copyright 2020 Vircadia Contributors +// +// Distributed under the Apache License, Version 2.0. +// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html +// + (function () { // BEGIN LOCAL_SCOPE var AppUi = Script.require('appUi'); var ui; @@ -20,6 +30,18 @@ function saveInventory() { } +function loadInventory() { + +} + +function receivingItem() { + +} + +function shareItem() { + +} + function onOpened() { console.log("hello world!"); }