Cube  Entity.m at trunk

File src/Entity.m artifact aab70a6ce9 on branch trunk


#import "Entity.h"

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