Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EngoEngine/ecs
/ priorityChangeSystem
Struct
priorityChangeSystem
world_test.go:87–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
type
priorityChangeSystem
struct
{
88
Rank int
89
}
90
91
func
(s *priorityChangeSystem) Priority() int {
92
return
s.Rank
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected