rockyjvec / EasyAPI

EasyAPI is an in-game script library for Space Engineers that aims to make the programmable blocks easier to use.
http://steamcommunity.com/sharedfiles/filedetails/?id=379297410
19 stars 10 forks source link

Fixing EasyBlocks group filtering referencing missing property. #13

Closed jbaiera closed 8 years ago

jbaiera commented 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.