leathermoccasinsshoes_natural.c 100 B

1234567
  1. class LeatherMoccasinsShoes_Natural : Clothing
  2. {
  3. override bool IsClothing()
  4. {
  5. return true;
  6. }
  7. }