Cube  ServerInfo.h at [d0e460fce1]

File src/ServerInfo.h artifact fa8f02f977 part of check-in d0e460fce1


#import <ObjFW/ObjFW.h>

#include <enet/enet.h>

@interface ServerInfo: OFObject <OFComparing>
@property (readonly, nonatomic) OFString *name;
@property (copy, nonatomic) OFString *full;
@property (copy, nonatomic) OFString *map;
@property (copy, nonatomic) OFString *sdesc;
@property (nonatomic) int mode, numplayers, ping, protocol, minremain;
@property (nonatomic) ENetAddress address;

- (instancetype)init OF_UNAVAILABLE;
- (instancetype)initWithName:(OFString *)name;
@end