Rename project

This commit is contained in:
2025-03-08 13:49:46 -08:00
parent 84570fe87d
commit ae017dd679
83 changed files with 86 additions and 87 deletions

View File

@@ -1,6 +1,6 @@
using System.Text.Json.Serialization;
namespace Zennysoft.Game.Ma.Implementation;
namespace Zennysoft.Ma.Godot.Adapter;
[JsonSerializable(typeof(WeaponTag))]
public partial class WeaponTagEnumContext : JsonSerializerContext;