6 lines
115 B
Python
6 lines
115 B
Python
import org.bukkit.entity.Player as mc_player
|
|
|
|
class Player(mc_player):
|
|
|
|
def foobar(self):
|
|
return "roflcopter" |