Sha256: 1f4c6651cc85599f6bb11b0a19f1755d9497c79fe7ae49622393ecaaa09e0508
Contents?: true
Size: 454 Bytes
Versions: 23
Compression:
Stored size: 454 Bytes
Contents
module ProconBypassMan module Plugin module Splatoon2 module Macro module JumpToRightKey def self.display_name :jump_to_right_key end def self.steps [:x, :right, :a, :a].freeze end def self.description '試合中に右キーに割り当てられている味方へのスーパージャンプ' end end end end end end
Version data entries
23 entries across 23 versions & 1 rubygems