Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EngoEngine/ecs
/ MySystemOne
Struct
MySystemOne
entity_test.go:20–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
type
MySystemOne
struct
{
21
entities []MySystemOneEntity
22
}
23
24
func
(*MySystemOne) Priority() int {
return
0 }
25
func
(*MySystemOne) New(*World) {}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected