Cube  ServerEntity.m at [c38d75087b]

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


#import "ServerEntity.h"

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