This commit is contained in:
2024-09-08 02:00:18 -07:00
parent 5240fd5f92
commit 29a6d1072c
36 changed files with 1194 additions and 203 deletions

View File

@@ -0,0 +1,7 @@
using Godot;
using System;
public partial class Rigid : RigidBody3D
{
}