BROKEN: Work on netcode refactor

This commit is contained in:
2020-08-01 08:06:05 -05:00
parent 87b4b8ef92
commit e09bd06d24
9 changed files with 106 additions and 99 deletions

View File

@@ -1,6 +1,6 @@
class IMICFPS
module Networking
class SnapshotPacket < Packet
class SnapshotPacket < CyberarmEngine::Networking::Packet
end
end
end