fix(netPlayer): Fix destructor can't have return type
This commit is contained in:
parent
e77e24fbe0
commit
17106cd848
@ -6,7 +6,7 @@ namespace rage
|
||||
class netPlayer
|
||||
{
|
||||
public:
|
||||
virtual void ~netPlayer();
|
||||
virtual ~netPlayer();
|
||||
virtual void reset();
|
||||
virtual bool is_valid();
|
||||
virtual const char* get_name();
|
||||
|
Loading…
Reference in New Issue
Block a user