コード例 #1
0
ファイル: GoalPole.cs プロジェクト: kads1024/tower-of-hanoi
 private void OnEnable()
 {
     _pole.RegisterOnStackListener(EvaluateDiscs);
 }