Skip to content
Snippets Groups Projects
Commit df791bfc authored by Hilda  Carissa's avatar Hilda Carissa
Browse files

fix coin

parent f700f700
No related merge requests found
......@@ -118,9 +118,9 @@ public class CurrentStateData
return _currentGameData.coin;
}
public static int SetCurrentCoin(int coin)
public static void SetCurrentCoin(int coin)
{
return _currentGameData.coin = coin;
_currentGameData.coin = coin;
}
public static void AddCoin(int coin)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment