1 2 3 4 5 6 7
package ecs import "ponger/events" type Component interface { Process(delta events.Delta, object *GameObject) }