Skip to content

Commit

Permalink
See Argus-Labs/world-engine@633e127 from refs/heads/main
Browse files Browse the repository at this point in the history
  • Loading branch information
Argus-Labs committed Mar 13, 2024
1 parent fc3ab69 commit 248cd39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cardinal/query/query_player_health.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package query
import (
"fmt"

"pkg.world.dev/world-engine/cardinal/filter"
"pkg.world.dev/world-engine/cardinal/search/filter"
"pkg.world.dev/world-engine/cardinal/types"

comp "github.com/argus-labs/starter-game-template/cardinal/component"
Expand Down
2 changes: 1 addition & 1 deletion cardinal/system/system_regen.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package system

import (
"pkg.world.dev/world-engine/cardinal"
"pkg.world.dev/world-engine/cardinal/filter"
"pkg.world.dev/world-engine/cardinal/search/filter"
"pkg.world.dev/world-engine/cardinal/types"

comp "github.com/argus-labs/starter-game-template/cardinal/component"
Expand Down
2 changes: 1 addition & 1 deletion cardinal/system/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"

"pkg.world.dev/world-engine/cardinal"
"pkg.world.dev/world-engine/cardinal/filter"
"pkg.world.dev/world-engine/cardinal/search/filter"
"pkg.world.dev/world-engine/cardinal/types"

comp "github.com/argus-labs/starter-game-template/cardinal/component"
Expand Down

0 comments on commit 248cd39

Please sign in to comment.