feat(treasurechest): #64 implement hirarchical treasure chests
Some checks failed
Build Docker Image / Build-Docker-Image (push) Failing after 1m0s
Some checks failed
Build Docker Image / Build-Docker-Image (push) Failing after 1m0s
This commit is contained in:
@@ -19,7 +19,7 @@ type Random interface {
|
||||
type RandomImpl struct {
|
||||
}
|
||||
|
||||
func NewRandomImpl() *RandomImpl {
|
||||
func NewRandom() *RandomImpl {
|
||||
return &RandomImpl{}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user