Change method of time acceleration

This commit is contained in:
zontreck 2025-03-11 00:37:46 -07:00
parent 720dafea87
commit d2b92f95c5
4 changed files with 157 additions and 4 deletions

View file

@ -0,0 +1,7 @@
using System;
[Serializable]
public class ASUTimeAcceleration
{
public bool Sleeping = false;
}