mirror of
https://github.com/InfinityLoader/IL-GSC.git
synced 2025-07-01 20:07:51 -05:00
21 lines
476 B
Plaintext
21 lines
476 B
Plaintext
/*******************************************************************
|
|
* Decompiled By: Bog
|
|
* Decompiled File: scripts\anim\traverse\double_jump.gsc
|
|
* Game: Call of Duty: Infinite Warfare
|
|
* Platform: PC
|
|
* Function Count: 2
|
|
* Decompile Time: 105 ms
|
|
* Timestamp: 10/26/2023 11:59:24 PM
|
|
*******************************************************************/
|
|
|
|
//Function Number: 1
|
|
main()
|
|
{
|
|
func_5ADF();
|
|
}
|
|
|
|
//Function Number: 2
|
|
func_5ADF()
|
|
{
|
|
self waittill("killanimscript");
|
|
} |