SpellData implements the Filepath method from the Loadable interface.
()
| 146 | |
| 147 | // SpellData implements the Filepath method from the Loadable interface. |
| 148 | func (s *SpellData) Filepath() string { |
| 149 | return util.FilePath(fmt.Sprintf("%s.yaml", s.SpellId)) |
| 150 | } |
| 151 | |
| 152 | func (s *SpellData) Validate() error { |
| 153 |
no test coverage detected