Fills the contents of the given graph from a file. author: Thomas Behr 11-03-02 @param aPC the PlayerCharacter to store the read data @param path the name of the input file, i.e. the file to be read
(PlayerCharacter aPC, String path)
| 51 | * @param path the name of the input file, i.e. the file to be read |
| 52 | */ |
| 53 | public final void read(PlayerCharacter aPC, String path) |
| 54 | { |
| 55 | internalRead(aPC, path, true); |
| 56 | } |
| 57 | |
| 58 | /** |
| 59 | * Reads a player character from a character (PCG) file suitable for |