From 7efa7ea548720ff073538793f0f42b71b7e61daa Mon Sep 17 00:00:00 2001 From: sebas77 Date: Wed, 25 Oct 2017 18:58:09 +0100 Subject: [PATCH] cleanup Sequencer --- ECS/Sequencer.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ECS/Sequencer.cs b/ECS/Sequencer.cs index 90256a0..a049333 100644 --- a/ECS/Sequencer.cs +++ b/ECS/Sequencer.cs @@ -43,10 +43,4 @@ namespace Svelto.ECS { always } - - public enum DamageCondition - { - damage, - dead - } } \ No newline at end of file