mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-03 00:38:00 +00:00
14 lines
219 B
Java
14 lines
219 B
Java
package org.rev317.api.wrappers;
|
|
|
|
/**
|
|
*
|
|
* @author Everel
|
|
*
|
|
*/
|
|
public class Player extends Character {
|
|
|
|
public Player(org.rev317.accessors.Player accessor, int index) {
|
|
super(accessor, index);
|
|
}
|
|
}
|