Cube  Entity.m at [85566b261d]

File src/Entity.m artifact aab70a6ce9 part of check-in 85566b261d


#import "Entity.h"

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