- Initial commit

This commit is contained in:
Timur Kozanov
2026-07-03 05:03:02 +03:00
commit a2f2f85df8
49 changed files with 4460 additions and 0 deletions

View File

@ -0,0 +1,22 @@
{
"name": "com.Tivadar.Best.WebSockets",
"rootNamespace": "Best.WebSockets",
"references": [
"Unity.Burst",
"com.Tivadar.Best.HTTP"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": true,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [ {
"name": "com.unity.burst",
"expression": "1.8.7",
"define": "WITH_BURST"
}
],
"noEngineReferences": false
}