updated documentation for humanNPC

This commit is contained in:
Jonas 2022-03-24 11:23:41 +01:00
parent 454f8331c7
commit 3e9888e662

View File

@ -2,7 +2,7 @@ package ch.unibas.dmi.dbis.cs108.Klassenstruktur;
public class HumanNPC extends Human {
/**
* Creates a new GhostNPC. Should be used at game start or if a HumanNPC is turned into a ghost.
* Creates a new HumanNPC.
* @param position position on the train
* @param name player name. if null, then a default name is used.
*