From 24c27b6b65e19e50fe696e58020aec3e7544e649 Mon Sep 17 00:00:00 2001 From: bonnibel Date: Wed, 27 Sep 2023 00:35:56 -0700 Subject: [PATCH] Move interactor to Murder. --- src/Bang.Analyzers/Bang.Analyzers.csproj | 2 +- src/Bang.Generator/Bang.Generator.csproj | 4 ++-- src/Bang/Bang.csproj | 2 +- src/Bang/Interactions/InteractorComponent.cs | 9 --------- 4 files changed, 4 insertions(+), 13 deletions(-) delete mode 100644 src/Bang/Interactions/InteractorComponent.cs diff --git a/src/Bang.Analyzers/Bang.Analyzers.csproj b/src/Bang.Analyzers/Bang.Analyzers.csproj index a870878..855af94 100644 --- a/src/Bang.Analyzers/Bang.Analyzers.csproj +++ b/src/Bang.Analyzers/Bang.Analyzers.csproj @@ -15,7 +15,7 @@ Source code analyzers for Bang Murder.Bang.Analyzers - 0.0.4 + 0.0.5 Murder Authors Murder Engine LICENSE diff --git a/src/Bang.Generator/Bang.Generator.csproj b/src/Bang.Generator/Bang.Generator.csproj index 0da65a9..c5f5c37 100644 --- a/src/Bang.Generator/Bang.Generator.csproj +++ b/src/Bang.Generator/Bang.Generator.csproj @@ -8,8 +8,8 @@ enable Murder.Bang.Generator - 0.0.1-alpha - Isadora + 0.0.5 + Murder Authors Murder Engine LICENSE diff --git a/src/Bang/Bang.csproj b/src/Bang/Bang.csproj index f1a019d..246afc1 100644 --- a/src/Bang/Bang.csproj +++ b/src/Bang/Bang.csproj @@ -14,7 +14,7 @@ true Murder.Bang - 0.0.4 + 0.0.5 Murder Authors Murder Engine diff --git a/src/Bang/Interactions/InteractorComponent.cs b/src/Bang/Interactions/InteractorComponent.cs deleted file mode 100644 index 0b5ed04..0000000 --- a/src/Bang/Interactions/InteractorComponent.cs +++ /dev/null @@ -1,9 +0,0 @@ -using Bang.Components; - -namespace Bang.Interactions -{ - /// - /// Component used to signal that an entity is able to interact with other objects. - /// - public readonly struct InteractorComponent : IComponent { } -} \ No newline at end of file