@SingUp_009
Welcome to Underground!
LV.
3
記事数
2
総文字数
10,731
アクセス数
24,500
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}.");
}
} ▸ 最近の記事 2件