Use preconditions outside of the command class
Is there a way to run a precondition check outside of the command class for instance if I wanted to check if someone would pass a precondition in a function
1 Reply
Solution
preconditions are just glorified if checks