package drag_datas import "kaiju/editor/ui/drag_datas" Types EntityIdDragData struct type EntityIdDragData struct { EntityId engine.EntityId } EntityIdDragData.DragUpdate func (e *EntityIdDragData) DragUpdate()