mirror of
https://github.com/InfinityLoader/IL-GSC.git
synced 2025-06-07 17:17:50 -05:00
23 lines
555 B
Plaintext
23 lines
555 B
Plaintext
/*******************************************************************
|
|
* Decompiled By: Bog
|
|
* Decompiled File: character\c_mp_german_shepherd_vest.gsc
|
|
* Game: Call of Duty: Black Ops 2
|
|
* Platform: PC
|
|
* Function Count: 2
|
|
* Decompile Time: 133 ms
|
|
* Timestamp: 10/28/2023 12:10:19 AM
|
|
*******************************************************************/
|
|
|
|
//Function Number: 1
|
|
main()
|
|
{
|
|
self setmodel("german_shepherd_vest");
|
|
self.voice = "american";
|
|
self.skeleton = "base";
|
|
}
|
|
|
|
//Function Number: 2
|
|
precache()
|
|
{
|
|
precachemodel("german_shepherd_vest");
|
|
} |