Hello, I'm JosedavdMast3r 👾
using UnityEngine;
public class PlayerController : MonoBehaviour
{
string message = ">> \"El mundo siempre necesita héroes.\" — Overwatch";
void Start()
{
Debug.Log("Developer mode on");
Debug.Log(message);
}
}