- remove System.out.println from SaveGame class
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8448 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
89ad3925a6
commit
7152878286
@ -27,7 +27,7 @@ import sun.misc.UUEncoder;
|
|||||||
public class SaveGame {
|
public class SaveGame {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Saves a savable in a system-dependent way.
|
* Saves a savable in a system-dependent way. Note that only small amounts of data can be saved.
|
||||||
* @param gamePath A unique path for this game, e.g. com/mycompany/mygame
|
* @param gamePath A unique path for this game, e.g. com/mycompany/mygame
|
||||||
* @param dataName A unique name for this savegame, e.g. "save_001"
|
* @param dataName A unique name for this savegame, e.g. "save_001"
|
||||||
* @param data The Savable to save
|
* @param data The Savable to save
|
||||||
|
Loading…
x
Reference in New Issue
Block a user