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