messages property

IList<GameMessage> messages

Gets the list of GameMessages that have been exchanged this game

Implementation

IList<GameMessage> get messages => generic.messages;