Cube  ServerEntity.m at [ca2bc91bc3]

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


#import "ServerEntity.h"

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