Closed JayArrowz closed 3 years ago
https://github.com/apollo-rsps/apollo/blob/87553a83840503815ce9d0a1dd39a28855d3b561/game/src/main/java/org/apollo/game/sync/block/SynchronizationBlock.java#L18
There is nothing abstract in this class
it's there because there's a List<SynchronizationSegment> somewhere or a similar container type so it's a bit safer/cleaner than List<Object>, which would be the alternative if you got rid of it
https://github.com/apollo-rsps/apollo/blob/87553a83840503815ce9d0a1dd39a28855d3b561/game/src/main/java/org/apollo/game/sync/block/SynchronizationBlock.java#L18
There is nothing abstract in this class