Cube  ServerEntity.m at [85566b261d]

File src/ServerEntity.m artifact 000863e318 part of check-in 85566b261d


#import "ServerEntity.h"

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