Cube  ServerEntity.m at [b787ad5a04]

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


#import "ServerEntity.h"

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