class Rsrb::Model::Hit

Attributes

damage[R]
type[R]

Public Class Methods

new(damage, type) click to toggle source
# File lib/rsrb/model/combat.rb, line 14
def initialize(damage, type)
  @type = type
  @damage = damage
end