9 lines
225 B
Plaintext
9 lines
225 B
Plaintext
|
/////////////////////////////////////////////////////////////////
|
||
|
// Henchman Fire
|
||
|
/////////////////////////////////////////////////////////////////
|
||
|
#include "x0_i0_henchman"
|
||
|
void main()
|
||
|
{
|
||
|
FireHenchman(GetPCSpeaker());
|
||
|
}
|