6 lines
94 B
Go
6 lines
94 B
Go
package scoresaber
|
|
|
|
func (data *PlayerData) ToPicture() (outputImgPath string) {
|
|
return ""
|
|
}
|