関数

Style

🚨 ブロックを囲む {, } はそれぞれ1行ずつ使う

public void DoSomething()
{
    /* block */
}
public void DoSomething() {
    /* block */
}