Closed jbaiera closed 8 years ago
It seems that the Blocks property was removed from the IMyBlockGroup class a while ago and replaced with the GetBlocks(List<IMyTerminalBlock>) method. This PR should allow the API to continue to compile.
Blocks
IMyBlockGroup
GetBlocks(List<IMyTerminalBlock>)
It seems that the
Blocks
property was removed from theIMyBlockGroup
class a while ago and replaced with theGetBlocks(List<IMyTerminalBlock>)
method. This PR should allow the API to continue to compile.