示例#1
0
 public void AddSpawnEvent(UnityAction <GameObject> hAction)
 {
     m_hSpawnEvent?.AddListener(hAction);
 }