class Rsrb::Model::Animation
Any sort of animation in the game
Attributes
delay[R]
id[R]
Public Class Methods
new(id, delay = 0)
click to toggle source
# File lib/rsrb/model/effects.rb, line 7 def initialize(id, delay = 0) @id = id @delay = delay end