Remove aqua

This commit is contained in:
Tim
2025-07-01 23:55:05 +02:00
parent f060039d08
commit a6e582f04c

View File

@@ -8,8 +8,6 @@ public class PortSelectorButton : MonoBehaviour
public ChildModelSelector cms;
public GameObject marker;
public Action ResetOtherButtons;
private readonly Color _activeColor = new Color(30, 30, 200, 255);
public string PortID { get; set; }
public int PortIndex { set; get; }