Public Member Functions | |
Object | clone () throws CloneNotSupportedException |
Public Attributes | |
int | attack |
int | defense |
int | power |
int | charge |
Represents skill point allocation of Robot.
Definition at line 14 of file Robot.java.
Object Robot.Robot_Specs.clone | ( | ) | throws CloneNotSupportedException |
override clone and make it public (to implement Cloneable)
Definition at line 29 of file Robot.java.
int Robot.Robot_Specs.attack |
Attack skill.
Definition at line 17 of file Robot.java.
int Robot.Robot_Specs.charge |
int Robot.Robot_Specs.defense |
int Robot.Robot_Specs.power |
Power skill.
Definition at line 23 of file Robot.java.