src/Network/Server.hh
changeset 263 8c999cf4c182
parent 241 e95b1602d836
child 274 c35307e8645c
equal deleted inserted replaced
262:fbc9ce4950de 263:8c999cf4c182
    65     private:
    65     private:
    66         NetworkServer &server;
    66         NetworkServer &server;
    67         NetworkObject_Server obj;
    67         NetworkObject_Server obj;
    68     
    68     
    69     public:
    69     public:
    70         NetworkServerProjectile (NetworkServer &server, Vector position, Vector velocity, float explosionRadius, TickCount age);
    70         NetworkServerProjectile (NetworkServer &server, Vector position, Vector velocity, float explosionRadius, float radius, TickCount age);
    71     
    71     
    72     protected:
    72     protected:
    73         virtual void onDestroy (Vector position, bool removeGround);
    73         virtual void onDestroy (Vector position, bool removeGround);
    74 };
    74 };
    75 
    75