예제 #1
0
    public HuntCommand(RaycastHit h, float killRadius)
    {
        this.target     = h.transform.GetComponent <ControllableCharacter>();
        this.killRadius = killRadius;

        target.MarkSelfAsTarget(true);
    }