From 1dc9689e5d2582fe0b5aa19e7f3ca32ff1da0019 Mon Sep 17 00:00:00 2001 From: Syntriax Date: Tue, 13 Dec 2022 13:57:31 +0300 Subject: [PATCH] Package.json --- package.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..492d58a --- /dev/null +++ b/package.json @@ -0,0 +1,12 @@ +{ + "name": "com.syntriax.toggle-state", + "version": "1.0.0", + "displayName": "Toggle State Module", + "unity": "2019.1", + "keywords": ["Toggle State", "Switch"], + "author": { + "name": "Syntriax", + "email": "Syntriax@gmail.com", + "url": "https://syntriax.com" + } +}