Cube  ServerEntity.m at [5bca00e8e2]

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


#import "ServerEntity.h"

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