Ejemplo n.º 1
0
 internal bool isResourceGathering()
 {
     if (resourceInput.Count() == 0)
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }