This commit is contained in:
AkmalFairuz
2025-12-11 18:13:35 +07:00
parent 9bf53f12b1
commit 965c8fed4c
2 changed files with 32 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ type CommandOutput struct {
SuccessCount uint32
// OutputMessages is a list of all output messages that should be sent to the player. Whether they are
// shown or not, depends on the type of the messages.
OutputMessages []protocol.CommandOutputMessage
OutputMessages []proto.CommandOutputMessage
// DataSet ... TODO: Find out what this is for.
DataSet protocol.Optional[string]
}