Cube  Entity.m at [5bca00e8e2]

File src/Entity.m artifact aab70a6ce9 part of check-in 5bca00e8e2


#import "Entity.h"

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