-
-
Save todorok1/754e2e85ce54fae2427e38c8e79d59ab to your computer and use it in GitHub Desktop.
newしてインスタンス化する
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| void Start() | |
| { | |
| TodoClass todo = new TodoClass(); | |
| todo.WriteBlog(); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment