Minified API

This commit is contained in:
Clisprail
2014-03-13 01:12:33 +01:00
parent 18e5b16508
commit ab56f1c536
37 changed files with 2586 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
package org.rev317.api.wrappers;
/**
*
* @author Everel
*
*/
public class Player extends Character {
public Player(org.rev317.accessors.Player accessor, int index) {
super(accessor, index);
}
}