dev: 更新代码,并准备LuaMod

This commit is contained in:
ZZY
2025-06-14 14:38:28 +08:00
parent 3fa39fc71e
commit 13450ea09a
20 changed files with 486 additions and 397 deletions

View File

@ -1,4 +1,4 @@
<Project Sdk="Godot.NET.Sdk/4.4.1">
<Project Sdk="Godot.NET.Sdk/4.4.0">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading>
@ -7,7 +7,9 @@
</PropertyGroup>
<ItemGroup>
<Compile Remove="Test\**\*" />
<Protobuf Include="Protos\chess.proto" GrpcServices="Client" />
<Compile Remove="android\**\*" />
<Compile Remove="Protos\**\*" />
<!-- <Protobuf Include="Protos\chess.proto" GrpcServices="Client" /> -->
</ItemGroup>
<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.30.2" />
@ -19,4 +21,4 @@
<PackageReference Include="KeraLua" Version="1.4.5" />
<PackageReference Include="NLua" Version="1.7.5" />
</ItemGroup>
</Project>
</Project>