Cube  ServerEntity.m

File src/ServerEntity.m from the latest check-in


#import "ServerEntity.h"

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