Browse Source

add comment in the Sequencer.cs file

tags/Rel1
sebas77 7 years ago
parent
commit
a480653d9e
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      ECS/Sequencer.cs

+ 1
- 3
ECS/Sequencer.cs View File

@@ -13,9 +13,6 @@ namespace Svelto.ECS

public class Sequencer
{
public Sequencer()
{}

public void SetSequence(Steps steps)
{
_steps = steps;
@@ -39,6 +36,7 @@ namespace Svelto.ECS
Steps _steps;
}

//you can inherit from Condition and add yours
public enum Condition
{
always


Loading…
Cancel
Save