This commit is contained in:
Thorsten Sommer 2015-07-09 18:21:30 +02:00
parent ae68804bac
commit cc6394079b

View File

@ -4,7 +4,7 @@ package SystemMessages
type ICCCNumGenNext struct { type ICCCNumGenNext struct {
} }
// The response to the Numgen request. // The response to the NumGen request.
type ICCCAnswerNumGen struct { type ICCCAnswerNumGen struct {
Number int64 Number int64
} }