Cube  ServerEntity.m at [75e920ae30]

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


#import "ServerEntity.h"

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