Replace all interface{} to any

This commit is contained in:
Tnze
2023-04-05 19:35:20 +08:00
parent 195945e4ca
commit a42267ba31
21 changed files with 52 additions and 52 deletions

View File

@ -46,7 +46,7 @@ type LevelData struct {
LastPlayed int64
LevelName string
MapFeatures bool
Player map[string]interface{}
Player map[string]any
Raining bool `nbt:"raining"`
RainTime int32 `nbt:"rainTime"`
RandomSeed int64