示例#1
0
文件: Chronos.cs 项目: Eclmist/Wither
 public static void PauseTime(float speed)
 {
     Instance.ModifyTime(speed, 0);
 }