Cube  ServerEntity.m at [51fb59fc93]

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


#import "ServerEntity.h"

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