mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 15:42:35 +00:00
3 lines
60 B
Ruby
3 lines
60 B
Ruby
class IMICFPS
|
|
Vector = Struct.new(:x, :y, :z, :weight)
|
|
end |