Skip to content

Instantly share code, notes, and snippets.

@tanakaedu
Created April 1, 2018 14:38
Show Gist options
  • Save tanakaedu/ae41025d8cafe3e1311d7e0c52773562 to your computer and use it in GitHub Desktop.
Save tanakaedu/ae41025d8cafe3e1311d7e0c52773562 to your computer and use it in GitHub Desktop.
降りる処理のスタブメソッド
public bool MakePlatformFallthrough()
{
print("降りる");
return true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment