mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-13 06:42:35 +00:00
13 lines
187 B
Ruby
13 lines
187 B
Ruby
# frozen_string_literal: true
|
|
|
|
class IMICFPS
|
|
def initialize(position:, image:, interval: 1_500, time_to_live: 3_000, max_particles: 500)
|
|
end
|
|
|
|
def draw
|
|
end
|
|
|
|
def update
|
|
end
|
|
end
|