Added shrines (#31)

* Added shrines, i think

* Fixed shrines

* Fix for actually determining a shrine the correct way

* Updated to use a Shrine object instead of a boring ID

* After deliberation, removed extra position thingamajigger
This commit is contained in:
Farmith
2024-08-15 19:38:14 +02:00
committed by GitHub
parent 8e67284940
commit 52b0de329f
4 changed files with 106 additions and 2 deletions

View File

@@ -1,9 +1,10 @@
package memory
import (
"math"
"github.com/hectorgimenez/d2go/pkg/data"
"github.com/hectorgimenez/d2go/pkg/data/stat"
"math"
)
type GameReader struct {