package ecs import "ponger/events" type Component interface { Process(delta events.Delta, object *GameObject) }