diff options
Diffstat (limited to 'ShiftOS_TheReturn')
| -rw-r--r-- | ShiftOS_TheReturn/Story.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS_TheReturn/Story.cs b/ShiftOS_TheReturn/Story.cs index 48cf926..48cf70d 100644 --- a/ShiftOS_TheReturn/Story.cs +++ b/ShiftOS_TheReturn/Story.cs @@ -82,6 +82,7 @@ namespace ShiftOS.Engine public void Complete() { + Thread.Sleep(20); onComplete?.Invoke(); } } |
