chrly/model/cape.go
2017-08-09 19:19:46 +03:00

8 lines
176 B
Go
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

package model
import "os"
type Cape struct {
File *os.File // TODO: нужно абстрагироваться в отдельный файл с инфой о скине
}