Cube  ServerEntity.m at [cc7ebd7f79]

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


#import "ServerEntity.h"

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