Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add typeless has to thing variable builder (#196)
## What is the goal of this PR? As deleting a roleplayer now requires typeless has (to avoid a derived isa being present), we added a has overload to ThingVariableBuilder in order to construct a typeless has. ## What are the changes implemented in this PR? Adds has with signature of `T has(UnboundVariable variable)` to ThingVariableBuilder
- Loading branch information