Cube  Entity.m at [c39abceb9b]

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


#import "Entity.h"

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