Cube  ServerEntity.m at [08c9d7b0fa]

File src/ServerEntity.m artifact 000863e318 part of check-in 08c9d7b0fa


#import "ServerEntity.h"

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