Cube  Projectile.m at [b250dfa8d4]

File src/Projectile.m artifact f2a969a0fa part of check-in b250dfa8d4


#import "Projectile.h"

@implementation Projectile
+ (instancetype)projectile
{
	return [[self alloc] init];
}
@end