Cloud save fixes and improvements

This commit is contained in:
pelya
2014-08-26 01:28:42 +03:00
parent 5c864f1051
commit 4e67c9afc3
6 changed files with 50 additions and 16 deletions

View File

@@ -49,4 +49,9 @@ class CloudSave
{
return false;
}
public boolean isSignedIn()
{
return false;
}
}