You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
157 B
Go

2 weeks ago
package main
import (
// "fmt"
2 weeks ago
2 weeks ago
"github.com/EngoEngine/ecs"
// "code.ndumas.com/ndumas/muddy"
2 weeks ago
)
func main() {
2 weeks ago
world := ecs.World{}
2 weeks ago
2 weeks ago
world.Update(1)
2 weeks ago
}