Cube  Entity.m at [7a98b92af9]

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


#import "Entity.h"

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