Skip to content

Commit

Permalink
Remove vestigial helper functions for Commands and EntityCommands (
Browse files Browse the repository at this point in the history
…#16936)

## Objective

I believe these started as structs, back when that was how commands had
to be implemented. Now they just hide implementation details.

## Solution

Remove the helper functions and move each implementation into its
respective method, except for the ones that actually reduce code
duplication.
  • Loading branch information
JaySpruce authored Dec 24, 2024
1 parent 3f38424 commit 1669ca6
Showing 1 changed file with 170 additions and 332 deletions.
Loading

0 comments on commit 1669ca6

Please sign in to comment.