5 lines
94 B
Plaintext
5 lines
94 B
Plaintext
|
void main()
|
||
|
{
|
||
|
SetLocalInt(GetModule(),"KPushBack", GetLocalInt(GetModule(),"KPushBack")+1);
|
||
|
}
|