Documentation ¶ Index ¶ func NewSet(c *core.Core, char *character.CharWrapper, count int, param map[string]int) (artifact.Set, error) type Set func (s *Set) Init() error func (s *Set) SetIndex(idx int) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewSet ¶ added in v1.0.0 func NewSet(c *core.Core, char *character.CharWrapper, count int, param map[string]int) (artifact.Set, error) Types ¶ type Set ¶ added in v1.0.0 type Set struct { Index int // contains filtered or unexported fields } func (*Set) Init ¶ added in v1.0.0 func (s *Set) Init() error func (*Set) SetIndex ¶ added in v1.0.0 func (s *Set) SetIndex(idx int) Source Files ¶ View all Source files reminiscence.go Click to show internal directories. Click to hide internal directories.