Cube  ServerEntity.m at [21584a40b6]

File src/ServerEntity.m artifact 000863e318 part of check-in 21584a40b6


#import "ServerEntity.h"

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