You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Assets/Scripts/Game/Elements/SubChipInstance.cs
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -378,6 +378,12 @@ public void FlipBus()
378
378
}
379
379
}
380
380
381
+
publicvoidUpdateInternalData(uint[]data)
382
+
{
383
+
if(!ChipTypeHelper.IsInternalDataModifiable(ChipType))thrownewException("Internal Data is not modifiable for the type of chip : "+ChipTypeHelper.GetName(ChipType));
0 commit comments