Skip to content

Commit

Permalink
Update documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantaylor committed Nov 23, 2023
1 parent b473a0e commit bc6a7a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion lib/vault_coh/command.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ class Command
# Data object that contains information specific to the
# type of command it represents.
#
# @return [Commands::BuildSquad |
# @return [Commands::BuildGlobalUpgrade |
# Commands::BuildSquad |
# Commands::SelectBattlegroup |
# Commands::SelectBattlegroupAbility |
# Commands::UseBattlegroupAbility |
Expand Down
4 changes: 2 additions & 2 deletions lib/vault_coh/player.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ def commands; end

# A list of only build-related commands executed by the player in
# the match. A build command is any that enqueues the construction
# of a new unit. Sorted chronologically from first to last.
# of a new unit or upgrade. Sorted chronologically from first to last.
#
# @return [Array<Commands::BuildSquad>]
# @return [Array<Command>]
def build_commands; end

# A list of only battlegroup-related commands executed by the player
Expand Down

0 comments on commit bc6a7a5

Please sign in to comment.