Exemplo n.º 1
0
 public void SetMainController(MainErythrocyteGameController controller)
 {
     //Setter for the game controller which is required when the oxygen object is instantiated
     m_MainController = controller;
 }
Exemplo n.º 2
0
 public void SetMainController(MainErythrocyteGameController controller)
 {
     //Setter that sets the main erythrocyte game controller for the obstacle when it is instantiated into the game
     m_MainController = controller;
 }