oecs-sharp/OECS.Tests
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
..
CommandTests.cs refactor: reorganize project structure and move examples 2026-07-20 16:30:02 +08:00
CoreTests.cs refactor: reorganize project structure and move examples 2026-07-20 16:30:02 +08:00
EdgeCaseTests.cs refactor: remove Source property from IRelationship 2026-07-20 22:59:27 +08:00
OECS.Tests.csproj refactor: reorganize project structure and move examples 2026-07-20 16:30:02 +08:00
QueryAndSystemTests.cs refactor: reorganize project structure and move examples 2026-07-20 16:30:02 +08:00
ReactivityTests.cs refactor: reorganize project structure and move examples 2026-07-20 16:30:02 +08:00
RelationshipTests.cs refactor: remove Source property from IRelationship 2026-07-20 22:59:27 +08:00
SingletonTests.cs refactor: reorganize project structure and move examples 2026-07-20 16:30:02 +08:00