mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-04 16:49:10 +00:00
Re-arranged code
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
package org.rev317.min.api.wrappers;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author Everel
|
||||
*
|
||||
*/
|
||||
public class Player extends Character {
|
||||
|
||||
public Player(org.rev317.min.accessors.Player accessor, int index) {
|
||||
super(accessor, index);
|
||||
}
|
||||
|
||||
public Player(org.rev317.min.accessors.Player accessor, int index) {
|
||||
super(accessor, index);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user