JScratch
Loading...
Searching...
No Matches
Player.java
Go to the documentation of this file.
1package com.burrbox.dndiablo;
2
3public class Player extends DndEntity {
4
5
6 public Player() {
7 super("Player");
8 // TODO Auto-generated constructor stub
9 startScript(() -> {
10
11 });
12 }
13
14}
void startScript(Runnable script)