module Events
    class RoundWin < RoundEventWithVariables
      def self.round_type
        @round_type ||= 'Round_Win'
      end