Skip to content

Commit

Permalink
[18NY] Use Operating Round base class for Capitalization Round.
Browse files Browse the repository at this point in the history
  • Loading branch information
crericha committed Nov 8, 2023
1 parent bb32b03 commit a8827f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/engine/game/g_18_ny/round/capitalization.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# frozen_string_literal: true

require_relative 'operating'
require_relative '../../../round/operating'

module Engine
module Game
module G18NY
module Round
class Capitalization < Operating
class Capitalization < Engine::Round::Operating
def name
'Capitalization Round'
end
Expand Down

0 comments on commit a8827f4

Please sign in to comment.