예제 #1
0
 public bool UpdateBuildTimer(float a_elapsedTime)
 {
     return(m_currentBuildingThing.BuildMe(a_elapsedTime));
 }
예제 #2
0
 public bool UpdateBuildTimer(float a_elapsedTime)
 {
     //adds the buildtimer to elapsed time!
     return(m_currentBuildingThing.BuildMe(a_elapsedTime));
 }