Replace all interface{} to any
This commit is contained in:
@ -23,7 +23,7 @@ type Server struct {
|
||||
MiniGameID *int
|
||||
MinigameImage *string
|
||||
ActiveSlot int
|
||||
// Slots interface{}
|
||||
// Slots any
|
||||
Member bool
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user