11 lines
168 B
Ucode
11 lines
168 B
Ucode
class ACTION_FinishRotation extends LatentScriptedAction;
|
|
|
|
function bool TurnToGoal()
|
|
{
|
|
return true;
|
|
}
|
|
|
|
defaultproperties
|
|
{
|
|
ActionString="Finish rotation"
|
|
} |