Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EngoEngine/ecs
/ SystemPrioritySecond
Struct
SystemPrioritySecond
system_test.go:30–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
type
SystemPrioritySecond
struct
{
31
e PriorityEntity
32
pass bool
33
}
34
35
func
(s *SystemPrioritySecond) Priority() int {
return
1 }
36
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected