예제 #1
0
파일: Chronos.cs 프로젝트: Eclmist/Wither
 public static void PauseTime(float speed)
 {
     Instance.ModifyTime(speed, 0);
 }