Fix some warnings and typos

This commit is contained in:
Tnze
2021-02-18 14:07:30 +08:00
parent 750f87e780
commit bc9cd93066
23 changed files with 102 additions and 86 deletions

View File

@ -12,6 +12,7 @@ type Item struct {
StackSize uint
}
//goland:noinspection GoNameStartsWithPackageName
var (
Air = Item{ID: 0, DisplayName: "Air", Name: "air", StackSize: 0}
Stone = Item{ID: 1, DisplayName: "Stone", Name: "stone", StackSize: 64}