@@ -155,7 +155,7 @@ namespace GFGGame
GObject gObject = context.sender as GObject;
int id = (int)gObject.data;
- if (id == 501)
+ if (id == 501 || id == 502)
{
ViewManager.Show<NewLimitChargeView>(new object[] { gObject.data });
return;