src folder

This commit is contained in:
ethan merchant 2024-11-04 04:00:17 -05:00
parent f316fb2772
commit 71f1da9c70
6 changed files with 8 additions and 0 deletions

8
src/Rig.cs Normal file
View file

@ -0,0 +1,8 @@
using System.Collections.Generic;
using StereoKit;
namespace snake;
static class Rig
{
}