Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
101
type
MySystemTwo
struct
{
102
entities []MySystemTwoEntity
103
}
104
105
func
(*MySystemTwo) Priority() int {
return
0 }
106
func
(*MySystemTwo) New(*World) {}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected