From 06549507f642ca212aa5adad37cbfd938f31f1c2 Mon Sep 17 00:00:00 2001 From: Phlam Sicusa Date: Wed, 21 Feb 2024 17:47:19 +0800 Subject: [PATCH] small refinements --- .../Interfaces/IComponentBundle.cs | 0 Sia/Entities/Interfaces/IComponentUpdator.cs | 11 ----------- 2 files changed, 11 deletions(-) rename Sia/{Entities => Components}/Interfaces/IComponentBundle.cs (100%) delete mode 100644 Sia/Entities/Interfaces/IComponentUpdator.cs diff --git a/Sia/Entities/Interfaces/IComponentBundle.cs b/Sia/Components/Interfaces/IComponentBundle.cs similarity index 100% rename from Sia/Entities/Interfaces/IComponentBundle.cs rename to Sia/Components/Interfaces/IComponentBundle.cs diff --git a/Sia/Entities/Interfaces/IComponentUpdator.cs b/Sia/Entities/Interfaces/IComponentUpdator.cs deleted file mode 100644 index e2c3c3f..0000000 --- a/Sia/Entities/Interfaces/IComponentUpdator.cs +++ /dev/null @@ -1,11 +0,0 @@ -namespace Sia; - -public interface IComponentHandler -{ - void Update(ref C1 c1); -} - -public interface IComponentHandler -{ - void Update(ref C1 c1, ref C2 c2); -} \ No newline at end of file