Cube  ServerEntity.m at [5b7b7d2fc5]

File src/ServerEntity.m artifact 000863e318 part of check-in 5b7b7d2fc5


#import "ServerEntity.h"

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