mjc65

Square1

Apr 22nd, 2020
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.08 KB | None | 0 0
  1. class Square : Polygon
  2. {
  3.     public override void Draw()
  4.         {
  5.             //Code here
  6.         }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment