updated documentation for humanNPC
This commit is contained in:
parent
454f8331c7
commit
3e9888e662
@ -2,7 +2,7 @@ package ch.unibas.dmi.dbis.cs108.Klassenstruktur;
|
|||||||
|
|
||||||
public class HumanNPC extends Human {
|
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 position position on the train
|
||||||
* @param name player name. if null, then a default name is used.
|
* @param name player name. if null, then a default name is used.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user