Cube  ServerEntity.m at [12cac9666a]

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


#import "ServerEntity.h"

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