EntityCoolSystem/src/ecs/entity.cr

4 lines
37 B
Crystal

module ECS
alias Entity = UUID
end