-removed system components sorting due to fact that it's make an issue
-workaround for DMD phobos issues
This commit is contained in:
parent
2004909642
commit
fddfc78ec1
4 changed files with 44 additions and 42 deletions
|
|
@ -2,5 +2,5 @@ module ecs.attributes;
|
|||
|
||||
///Used to mark optional components for system.
|
||||
enum optional = "optional";
|
||||
///Used to mark absen components for system. Enum 'AbsenComponents' should be used instead of it.
|
||||
enum absen = "absen";
|
||||
///Used to mark absent components for system. Enum 'AbsentComponents' should be used instead of it.
|
||||
enum absent = "absent";
|
||||
Loading…
Add table
Add a link
Reference in a new issue