Files
i-mic-fps/lib/networking/packet_handlers/snapshot.rb

6 lines
85 B
Ruby

class IMICFPS
module Networking
class SnapshotPacket < Packet
end
end
end