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