mjc65

Glass

Apr 22nd, 2020
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.21 KB | None | 0 0
  1. public class Window
  2.     {
  3.         protected virtual void Break()
  4.             {
  5.  
  6.             }
  7.     }
  8.    
  9. public class Glass:Window
  10.     {
  11.         protected override void Break()
  12.         {
  13.             //Add code here:
  14.         }
  15.     }
Advertisement
Add Comment
Please, Sign In to add comment