Cube  ServerEntity.m at trunk

File src/ServerEntity.m artifact 000863e318 on branch trunk


#import "ServerEntity.h"

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