From 75941e5c48327cc40dbea7714755cbfb01c6c4d7 Mon Sep 17 00:00:00 2001 From: friflo Date: Thu, 20 Feb 2025 08:55:51 +0100 Subject: [PATCH] rename example -> CopyEntities() --- src/Tests/ECS/Examples/General.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tests/ECS/Examples/General.cs b/src/Tests/ECS/Examples/General.cs index 5c43e0d5..1e943328 100644 --- a/src/Tests/ECS/Examples/General.cs +++ b/src/Tests/ECS/Examples/General.cs @@ -261,7 +261,7 @@ public struct NetTag : ITag { } /// Copy subset of entities to another store [Test] -public static void CopyEntity() +public static void CopyEntities() { var store = new EntityStore(); var targetStore = new EntityStore();