Inherits Reference < Object
Msg is any message that can be sent to the update function. In Go this is interface{} (any type). In Crystal we use a base class that all messages inherit from.
interface{}