mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-16 08:02:36 +00:00
Rubocop autocorrect frozen string literal cop
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
# frozen_string_literal: true
|
||||
module CyberarmEngine
|
||||
module Networking
|
||||
class Channel
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# frozen_string_literal: true
|
||||
module CyberarmEngine
|
||||
module Networking
|
||||
class Connection
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# frozen_string_literal: true
|
||||
module CyberarmEngine
|
||||
module Networking
|
||||
class Packet
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# frozen_string_literal: true
|
||||
module CyberarmEngine
|
||||
module Networking
|
||||
module PacketHandler
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# frozen_string_literal: true
|
||||
module CyberarmEngine
|
||||
module Networking
|
||||
class ControlPacket
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# frozen_string_literal: true
|
||||
module CyberarmEngine
|
||||
module Networking
|
||||
class RawPacket
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# frozen_string_literal: true
|
||||
module CyberarmEngine
|
||||
module Networking
|
||||
class ReliablePacket
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# frozen_string_literal: true
|
||||
module CyberarmEngine
|
||||
module Networking
|
||||
class Peer
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# frozen_string_literal: true
|
||||
module CyberarmEngine
|
||||
module Networking
|
||||
module Protocol
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# frozen_string_literal: true
|
||||
module CyberarmEngine
|
||||
module Networking
|
||||
class Server
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# frozen_string_literal: true
|
||||
class IMICFPS
|
||||
module Networking
|
||||
class Connection
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# frozen_string_literal: true
|
||||
class IMICFPS
|
||||
module Networking
|
||||
class Director
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# frozen_string_literal: true
|
||||
class IMICFPS
|
||||
module Networking
|
||||
module Events
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# frozen_string_literal: true
|
||||
class IMICFPS
|
||||
module Networking
|
||||
class PacketHandler
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# frozen_string_literal: true
|
||||
class IMICFPS
|
||||
module Networking
|
||||
class SnapshotPacket < CyberarmEngine::Networking::Packet
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# frozen_string_literal: true
|
||||
class IMICFPS
|
||||
module Networking
|
||||
class ReadBuffer
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# frozen_string_literal: true
|
||||
class IMICFPS
|
||||
module Networking
|
||||
class Server < CyberarmEngine::Networking::Server
|
||||
|
||||
Reference in New Issue
Block a user