-documentation

This commit is contained in:
Mergul 2018-10-01 19:40:24 +02:00
parent 288ad4c6cd
commit 437c672478
5 changed files with 154 additions and 4 deletions

View file

@ -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";