leatherstoragevest_natural.c 102 B

123456789
  1. /*
  2. class LeatherStorageVest_Natural : Clothing
  3. {
  4. override bool IsClothing()
  5. {
  6. return true;
  7. }
  8. }
  9. */