コード例 #1
0
ファイル: Chronos.cs プロジェクト: Eclmist/Wither
 public static void PauseTime(float speed)
 {
     Instance.ModifyTime(speed, 0);
 }