Skip to content

Instantly share code, notes, and snippets.

@todorok1
Created January 8, 2021 03:32
Show Gist options
  • Select an option

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

Select an option

Save todorok1/b9cd0a3cc66dbd30649573681ab28102 to your computer and use it in GitHub Desktop.
MonoBehaviourを継承しないクラス
using UnityEngine;
public class TodoClass
{
public void WriteBlog()
{
Debug.Log("ゲーム作りの面白さを世に伝えるのだ!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment