mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 07:32:35 +00:00
8 lines
115 B
Ruby
8 lines
115 B
Ruby
# frozen_string_literal: true
|
|
|
|
class IMICFPS
|
|
NAME = "I-MIC FPS"
|
|
RELEASE_NAME = "InDev"
|
|
VERSION = "0.1.0"
|
|
end
|