first commit

This commit is contained in:
2025-07-07 12:52:18 -04:00
commit 226feafa2c
11 changed files with 908 additions and 0 deletions

6
Hotdesking.csproj Normal file
View File

@@ -0,0 +1,6 @@
<Project Sdk="Godot.NET.Sdk/4.4.1">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
</Project>