Exemplo n.º 1
0
 public void ChangeAttractant(fishEnums.Attractant attractant)
 {
     if (onChangeAttractant != null)
     {
         onChangeAttractant(attractant);
     }
 }
Exemplo n.º 2
0
 private void OnChangeAttractant(fishEnums.Attractant attractant)
 {
     helper.Attractant = attractant;
     print("Recieving attractant: " + attractant);
 }
Exemplo n.º 3
0
 public void SetValueWithInt(int x)
 {
     Attractant = (fishEnums.Attractant)x;
 }