Cube  ServerEntity.m at [d7661be1b1]

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


#import "ServerEntity.h"

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