Cube  ServerEntity.m at [c634a689e7]

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


#import "ServerEntity.h"

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