Cube  Diff

Differences From Artifact [902fed7b64]:

To Artifact [f2a969a0fa]:


1
2
3




4
1
2
3
4
5
6
7
8



+
+
+
+

#import "Projectile.h"

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