Fix: Compile errors - variable naming and missing using
- Rename lambda variable 'v' to 'w' to avoid conflict with local 'v' - Rename local Villager 'v' to 'newVillager' for clarity - Add missing 'using Assets.Interface' for IResourceStorage 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using Assets.Code;
|
||||
using Assets.Interface;
|
||||
using Riptide;
|
||||
using Riptide.Transports;
|
||||
using Steamworks;
|
||||
|
||||
Reference in New Issue
Block a user