public class Welcome: MonoBehaviour
{
private void Start()
{
Debug.Log("Welcome to SingUp_009 - Ideal Ego.")
}
public void OnVisitSite(Visitor visitor)
{
WelcomingTreat appreciation = new()
{
drink = "🍹",
sweets = "🧁"
};
visitor.Send(appreciation);
Debug.Log($"Hello, {visitor.name}.");
}
}

SingUp_009 - Ideal Ego

UnityやC#、数学やゲームのことなど雑多に載せていきます。