Skip to content

Instantly share code, notes, and snippets.

@todorok1
Last active January 8, 2021 03:57
Show Gist options
  • Select an option

  • Save todorok1/754e2e85ce54fae2427e38c8e79d59ab to your computer and use it in GitHub Desktop.

Select an option

Save todorok1/754e2e85ce54fae2427e38c8e79d59ab to your computer and use it in GitHub Desktop.
newしてインスタンス化する
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