-documentation
This commit is contained in:
parent
288ad4c6cd
commit
437c672478
5 changed files with 154 additions and 4 deletions
|
|
@ -1,4 +1,6 @@
|
|||
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";
|
||||
Loading…
Add table
Add a link
Reference in a new issue