IJInventoryItem.m 248 B

12345678910111213141516
  1. //
  2. // IJInventoryItem.m
  3. // InsideJob
  4. //
  5. // Created by Adam Preble on 10/7/10.
  6. // Copyright 2010 Adam Preble. All rights reserved.
  7. //
  8. #import "IJInventoryItem.h"
  9. @implementation IJInventoryItem
  10. @synthesize itemId, slot, damage, count;
  11. @end