Skip to content

Commit

Permalink
Merge pull request tobymao#9874 from crericha/18ny-cap-round
Browse files Browse the repository at this point in the history
[18NY] Use Operating Round base class for Capitalization Round.
  • Loading branch information
crericha authored Nov 8, 2023
2 parents 0341d76 + a8827f4 commit 535151c
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 535151c

Please sign in to comment.