feat: Add core VN system scripts, package dependencies, and initial project settings.

This commit is contained in:
2025-12-10 16:15:23 +09:00
parent 50aa8b6b02
commit 6bd2f87ff5
166 changed files with 9883 additions and 1027 deletions

8
Assets/packages.config Normal file
View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Bcl.AsyncInterfaces" version="6.0.0" />
<package id="Microsoft.Bcl.TimeProvider" version="8.0.0" />
<package id="R3" version="1.3.0" manuallyInstalled="true" />
<package id="System.ComponentModel.Annotations" version="5.0.0" />
<package id="System.Threading.Channels" version="8.0.0" />
</packages>