mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-13 06:42:35 +00:00
9 lines
145 B
Ruby
9 lines
145 B
Ruby
# frozen_string_literal: true
|
|
|
|
class IMICFPS
|
|
module Networking
|
|
class SnapshotPacket < CyberarmEngine::Networking::Packet
|
|
end
|
|
end
|
|
end
|