X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=TargetMouseScroll.h;h=f82ca01cc55e200a4eaa9dddbf41666636092ce4;hp=cdfe010157a674096e6ce5ced8d4f2433cb449d5;hb=d442b81606d83ebf913f43d7c3fc5c885c0bbe30;hpb=0a402879ee3beb79bb4d2270f909ad75eead0c96 diff --git a/TargetMouseScroll.h b/TargetMouseScroll.h index cdfe010..f82ca01 100644 --- a/TargetMouseScroll.h +++ b/TargetMouseScroll.h @@ -3,13 +3,12 @@ // Enjoy // // Created by Yifeng Huang on 7/28/12. -// Copyright (c) 2012 __MyCompanyName__. All rights reserved. // #import "Target.h" @interface TargetMouseScroll : Target -@property (assign) int howMuch; +@property (assign) int amount; @end