MCPcopy Create free account
hub / github.com/EngoEngine/ecs / MySystemOneTwo

Struct MySystemOneTwo

entity_test.go:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56type MySystemOneTwo struct {
57 entities []MySystemOneTwoEntity
58}
59
60func (*MySystemOneTwo) Priority() int { return 0 }
61func (*MySystemOneTwo) New(*World) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected