Cube  ServerEntity.m at [932a90c261]

File src/ServerEntity.m artifact 000863e318 part of check-in 932a90c261


#import "ServerEntity.h"

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