Cube  ServerEntity.m at [e258bfb559]

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


#import "ServerEntity.h"

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