Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EngoEngine/ecs
/ SystemPriorityFirst
Struct
SystemPriorityFirst
system_test.go:14–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
}
13
14
type
SystemPriorityFirst
struct
{
15
e PriorityEntity
16
}
17
18
func
(s *SystemPriorityFirst) Priority() int {
return
500 }
19
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected