示例#1
0
 void OnDisable()
 {
     laserSpawnEvent.UnregisterListener(this);
 }
 private void OnDisable()
 {
     Event.UnregisterListener(this);
 }