🔥 removed unused code
This commit is contained in:
@@ -17,7 +17,6 @@ public partial class InteractionArea2D : Node2D
|
||||
[Export] private int _id = -1; // TODO: remove
|
||||
|
||||
private Material[] _backupMaterials;
|
||||
private int _interactionCounter;
|
||||
|
||||
[Signal] public delegate void InteractedToolEventHandler(int id); // TODO: remove
|
||||
|
||||
@@ -111,7 +110,6 @@ public partial class InteractionArea2D : Node2D
|
||||
{
|
||||
EmitSignal(SignalName.InteractedTool, _id);
|
||||
EmitSignal(SignalName.Interacted);
|
||||
_interactionCounter++;
|
||||
}
|
||||
|
||||
public void SetSpriteActiveState(bool success, int id) // TODO: remove
|
||||
|
||||
Reference in New Issue
Block a user