6 lines
121 B
Ucode
6 lines
121 B
Ucode
class KFEmit_ScriptedPath extends KFEmit_TraderPath;
|
|
|
|
simulated function bool ShouldStopPathing()
|
|
{
|
|
return false;
|
|
} |