mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2024-11-02 17:27:23 -04:00
c114ab9eb7
* add interface for stats, d2 is an implementation * fix incorrect comment, remove ennecessary int * simplified description functions, remove duplicates * moved default stringer functions * fixed incorrect stat combine method * change `Create` to `New` in method names
3 lines
82 B
Go
3 lines
82 B
Go
// Package diablo2stats is the Diablo 2 stats implementation
|
|
package diablo2stats
|