Abdula_2314124

Untitled

Feb 18th, 2024
947
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.18 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4.  
  5. namespace Directory
  6. {
  7.     enum QualityTypeGun
  8.     {
  9.         New,
  10.         Normal,
  11.         Bad
  12.     }
  13. }
  14.  
Advertisement
Add Comment
Please, Sign In to add comment