Cube  Entity.m at [ca2bc91bc3]

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


#import "Entity.h"

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