重新导入obi
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class SlowmoToggler : MonoBehaviour {
|
||||
|
||||
public void Slowmo (bool slowmo) {
|
||||
Time.timeScale = slowmo?0.25f:1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user