package.json

This commit is contained in:
Syntriax 2022-12-13 13:28:19 +03:00
parent d40132370d
commit 42515a7606
11 changed files with 14 additions and 0 deletions

14
package.json Normal file
View File

@ -0,0 +1,14 @@
{
"name": "com.syntriax.factory",
"version": "1.0.0",
"displayName": "Factory Module",
"description": "Basic Factory Module",
"unity": "2019.1",
"unityRelease": "0b5",
"keywords": ["Factory"],
"author": {
"name": "Syntriax",
"email": "Syntriax@gmail.com",
"url": "https://syntriax.com"
}
}