diff -r 436cbdf56810 -r db7bb080c3d5 Source/Bit.h --- a/Source/Bit.h Sat Jul 05 17:46:43 2008 -0700 +++ b/Source/Bit.h Tue Jul 08 13:12:01 2008 -0700 @@ -47,6 +47,7 @@ CGSize _restingShadowOffset; BOOL _pickedUp; Player *_owner; // Player that owns this Bit + NSInteger _tag; } /** Conveniences for getting/setting the layer's scale and rotation */ @@ -66,6 +67,9 @@ @property (readonly, getter=isFriendly) BOOL friendly; @property (readonly, getter=isUnfriendly) BOOL unfriendly; +/** An uninterpreted integer that the Game can use for its own purposes. */ +@property NSInteger tag; + /** Removes this Bit while running a explosion/fade-out animation */ - (void) destroy;