🐛 removed stub code and unused signal from FarmingControls2D

This commit is contained in:
2025-11-18 17:17:42 +01:00
parent 02cbc761bc
commit d17e58bcd3
3 changed files with 4 additions and 28 deletions
@@ -85,12 +85,6 @@ public partial class FieldService : Node
}
}
}
public int PositionToIndex(Vector2 position)
{
// some awesome code here
return 0;
}
}
internal class FieldsInScene