I wrote up a CombatHandler class.
Here is what the begining:
public class CombatHandler extends client {
But when I compile I get this error:
Running Compiler
--------------------------------------
CombatHandler.java:3: cannot find symbol
symbol : constructor client()
location: class client
public class CombatHandler extends client {
^
Note: stream.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error
Press any key to continue . . .
Can anyone help?