Cube  ServerEntity.m at [7e4ba7f32a]

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


#import "ServerEntity.h"

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