Cube  ServerEntity.m at [cd2ac12a14]

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


#import "ServerEntity.h"

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