1
0
mirror of https://github.com/maxartz15/Validator.git synced 2025-06-25 19:16:06 +02:00

Initial commit

This commit is contained in:
max
2021-12-26 02:15:37 +01:00
commit 071e15c2be
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
{
}