public void BotClickEvent() { if (agentType == AgentType.CLICKONLY) { graphicCanvas.AddBotClick(); } Instantiate(botDecal, transform.position + transform.forward * 35f, Quaternion.identity); }