parent
ad8449cac6
commit
5637c70d6f
@ -0,0 +1,17 @@
|
||||
/*
|
||||
* To change this license header, choose License Headers in Project Properties.
|
||||
* To change this template file, choose Tools | Templates
|
||||
* and open the template in the editor.
|
||||
*/
|
||||
package com.dungeoncrawler.view;
|
||||
|
||||
import com.dungeoncrawler.model.entities.Player;
|
||||
/**
|
||||
*
|
||||
* @author Jan
|
||||
*/
|
||||
public class Hud {
|
||||
|
||||
public Hud(Player p){}
|
||||
|
||||
}
|
||||
Loading…
Reference in new issue