Actor.setTarg C# (CSharp) Method

setTarg() public method

public setTarg ( GameObject g ) : void
g GameObject
return void
    public void setTarg(GameObject g)
    {
        target = g;
    }