Cube  Entity.m at [cd2ac12a14]

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


#import "Entity.h"

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