maxhacker11

ICollectible.cs

Dec 3rd, 2023
488
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.06 KB | Source Code | 0 0
  1. public interface ICollectible
  2. {
  3.     public void Collect();
  4. }
  5.  
Advertisement
Add Comment
Please, Sign In to add comment