void Update()
 {
     if (Instance == null)
     {
         Instance = this;
     }
     deltaTime += (Time.deltaTime - deltaTime) * 0.1f;
 }
Esempio n. 2
0
 public Attack_1(fps xxx )
 {
 }
Esempio n. 3
0
 // Use this for initialization
 public SwordCollideDetector(fps level)
 {
 }
Esempio n. 4
0
 // Use this for initialization
 public SwordCollideDetector(fps level)
 {
 }
Esempio n. 5
0
 public Attack_1(fps xxx)
 {
 }