Cube  Entity.m

File src/Entity.m from the latest check-in


#import "Entity.h"

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