module game_core.basic; import bubel.ecs.core; import ecs_utils.math.vector; struct CLocation { mixin ECS.Component; alias value this; vec2 value = vec2(0); }