Cube  Entity.m at [e258bfb559]

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


#import "Entity.h"

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