This commit is contained in:
hyperdefined
2023-10-22 20:05:44 -04:00
parent bd30b05246
commit cc4176cfbe
5 changed files with 11 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ import java.util.List;
public class ShootBow implements Listener {
private ToolStats toolStats;
private final ToolStats toolStats;
public ShootBow(ToolStats toolStats) {
this.toolStats = toolStats;