mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-16 08:02:36 +00:00
Ran rubocop autocorrect
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class IMICFPS
|
||||
class EventHandler
|
||||
class EntityLifeCycle < EventHandler
|
||||
def handles
|
||||
[:create, :move, :destroy]
|
||||
%i[create move destroy]
|
||||
end
|
||||
|
||||
def handle(subscriber, context, *args)
|
||||
|
||||
Reference in New Issue
Block a user