6 lines
No EOL
219 B
D
6 lines
No EOL
219 B
D
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"; |