2
hbbq
8y

me.BeforeReachingEnoughPlusOnesForFreeStickers += (s, e) =>
{
PlusOnesNeededForFreeStickers += 5;
e.Cancel = true;
}

Comments
Add Comment