🎮 IDEAL EGO
SingUp_009
@SingUp_009
Welcome to Underground!
LV.
3
総文字数 10,731字 あと 1,269字 で LV.4
記事数
2
総文字数
10,731
アクセス数
24,500
Welcome.cs
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件
📜
Piece-of-Lambda2026.02.04
2026-02-04 雑記
849字
読了 1分
🎛️
unitycsharp2024.08.12
NativeContainerを自作したい
9,882字
読了 16分