Initial commit

This commit is contained in:
max
2020-11-02 20:23:53 +01:00
commit 8e737f84df
16 changed files with 250 additions and 0 deletions

View File

@ -0,0 +1,12 @@
{
"name": "COMPANYNAME.PACKAGENAME",
"references": [],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": []
}

View File

@ -0,0 +1,5 @@
using UnityEngine;
namespace COMPANYNAME.PACKAGENAME
{
}