add license and fix some bugs

This commit is contained in:
2026-02-17 22:25:39 +08:00
parent a885a7eec4
commit da87c54494
15 changed files with 528 additions and 543 deletions
+3 -3
View File
@@ -8,9 +8,9 @@ import (
//codec:gen
type GameProfile struct {
UUID uuid.UUID `mc:"UUID"`
Name string
Properties []user.Property
UUID uuid.UUID `mc:"UUID" json:"id"`
Name string `json:"name"`
Properties []user.Property `json:"properties"`
}
//codec:gen