Cube  ServerEntity.m at [0ee94739ce]

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


#import "ServerEntity.h"

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