Ejemplo n.º 1
0
 public void ChangeRetrievalMethod(fishEnums.RetrievalMethod retrievalMethod)
 {
     if (onChangeRetrievalMethod != null)
     {
         onChangeRetrievalMethod(retrievalMethod);
     }
 }
Ejemplo n.º 2
0
 public void SetValueWithInt(int x)
 {
     RetrievalMethod = (fishEnums.RetrievalMethod)x;
 }
Ejemplo n.º 3
0
 private void OnChangeRetrievalMethod(fishEnums.RetrievalMethod retrievalMethod)
 {
     helper.RetrievalMethod = retrievalMethod;
     print("Recieving retrieval method: " + retrievalMethod);
 }