Removed Many Things
This commit is contained in:
@@ -26,13 +26,13 @@ namespace BITKit
|
||||
{
|
||||
#if UNITY_5_3_OR_NEWER
|
||||
await UniTask.SwitchToMainThread();
|
||||
return;
|
||||
#endif
|
||||
if (SynchronizationContext is null)
|
||||
#else
|
||||
if (SynchronizationContext is null)
|
||||
{
|
||||
return;
|
||||
}
|
||||
await UniTask.SwitchToSynchronizationContext(SynchronizationContext);
|
||||
#endif
|
||||
}
|
||||
public static class Time
|
||||
{
|
||||
@@ -190,7 +190,7 @@ namespace BITKit
|
||||
SynchronizationContext.Current;
|
||||
|
||||
[System.Serializable]
|
||||
public class OpenPath : IAction, IDisposable
|
||||
public class OpenPath : IDisposable
|
||||
{
|
||||
public string path;
|
||||
|
||||
@@ -218,7 +218,7 @@ namespace BITKit
|
||||
}
|
||||
|
||||
[System.Serializable]
|
||||
public class OpenAPP : IAction, IDisposable
|
||||
public class OpenAPP : IDisposable
|
||||
{
|
||||
public string path;
|
||||
public string WorkingDirectory;
|
||||
|
Reference in New Issue
Block a user