Cube  ServerEntity.m at [7c3936be15]

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


#import "ServerEntity.h"

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