Instruction System
This commit is contained in:
@@ -39,7 +39,6 @@ public abstract partial class BaseBoard : Panel, IBaseBoard
|
||||
foreach (BaseModule module in GetChildren().OfType<BaseModule>())
|
||||
if(module.HasLabel)
|
||||
module.Label!.Visible = !mode;
|
||||
|
||||
}
|
||||
|
||||
public void AddCable(IBaseCable cable)
|
||||
|
||||
Reference in New Issue
Block a user