oecs-sharp/Game.CardWars
hypercross 91c6f4aa2c refactor: remove Source property from IRelationship
Remove the redundant `Source` property from `IRelationship` and its
implementations. Since the relationship component is inherently
stored on the source entity, the `Source` field was unnecessary and
required manual synchronization during deserialization.

This change simplifies the relationship model, reduces memory usage,
and removes the need for reflection-based fixups in the serializer.
2026-07-20 22:59:27 +08:00
..
Commands refactor: remove Source property from IRelationship 2026-07-20 22:59:27 +08:00
Components refactor: remove Source property from IRelationship 2026-07-20 22:59:27 +08:00
Singletons feat: implement CardWars game engine 2026-07-20 22:52:28 +08:00
Systems refactor: remove Source property from IRelationship 2026-07-20 22:59:27 +08:00
CardDataLoader.cs feat: implement CardWars game engine 2026-07-20 22:52:28 +08:00
CardEffectRegistry.cs feat: implement CardWars game engine 2026-07-20 22:52:28 +08:00
CardEffects.cs refactor: remove Source property from IRelationship 2026-07-20 22:59:27 +08:00
CardWars.csproj feat: implement CardWars game engine 2026-07-20 22:52:28 +08:00
Enums.cs feat: implement CardWars game engine 2026-07-20 22:52:28 +08:00
GameFactory.cs feat: implement CardWars game engine 2026-07-20 22:52:28 +08:00
GameUtil.cs refactor: remove Source property from IRelationship 2026-07-20 22:59:27 +08:00
Mulberry32.cs feat: implement CardWars game engine 2026-07-20 22:52:28 +08:00
design.md feat: implement CardWars game engine 2026-07-20 22:52:28 +08:00