Cube  Entity.m at [da90479adf]

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


#import "Entity.h"

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