Cube  ServerEntity.m at [c39abceb9b]

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


#import "ServerEntity.h"

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