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

Struct MySystemTwo

entity_test.go:101–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101type MySystemTwo struct {
102 entities []MySystemTwoEntity
103}
104
105func (*MySystemTwo) Priority() int { return 0 }
106func (*MySystemTwo) New(*World) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected