Advertisement
AndrewRosyaev

FixForSergey

Jan 19th, 2014
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.17 KB | None | 0 0
  1.     if(Timeout>0)
  2.         {
  3.             Timeout -= Time.deltaTime;
  4.         }
  5.         if(Input.GetMouseButton(0)&Timeout<=0)
  6.         {  
  7.             Timeout = 0.4f;
  8.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement