コード例 #1
0
 private void OnDestroy()
 {
     playerDeathEvent.Unregister(this);
     pointsController.onPointsUpdated -= CheckPointsCount;
 }
コード例 #2
0
ファイル: HealthView.cs プロジェクト: twoKitties/Spaceship
 private void OnDestroy()
 {
     healthEvent.Unregister(this);
 }