Advertisement
_DarkLex_

Untitled

Aug 4th, 2017
537
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.19 KB | None | 0 0
  1.         public override void BlockUpdate(Level level, BlockCoordinates blockCoordinates)
  2.         {
  3.             if (Coordinates + BlockCoordinates.Down == blockCoordinates)
  4.             {
  5.                 level.BreakBlock(this);
  6.             }
  7.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement