mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-27 09:03:54 -07:00
arrows can target players now
This commit is contained in:
parent
cbf201ed9b
commit
61b82bd6f9
25 changed files with 802 additions and 489 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef PLAYER_H
|
||||
#define PLAYER_H
|
||||
|
||||
#include <QObject>
|
||||
#include "server_arrowtarget.h"
|
||||
#include <QString>
|
||||
#include <QList>
|
||||
#include <QMap>
|
||||
|
|
@ -15,7 +15,7 @@ class Server_ProtocolHandler;
|
|||
class ProtocolItem;
|
||||
class ServerInfo_PlayerProperties;
|
||||
|
||||
class Server_Player : public QObject {
|
||||
class Server_Player : public Server_ArrowTarget {
|
||||
Q_OBJECT
|
||||
private:
|
||||
Server_Game *game;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue