Cube  ServerEntity.m at [eac9e3d948]

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


#import "ServerEntity.h"

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