Advertisement
VodVas

CleanCode_ExampleTask14.cs

Dec 18th, 2024
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.06 KB | Food | 0 0
  1. public class Weapon
  2. {
  3.     public void Shoot()
  4.     {
  5.     }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement