更改文件架构
This commit is contained in:
@@ -12,6 +12,10 @@ using System.Diagnostics.CodeAnalysis;
|
||||
using System.Runtime.InteropServices;
|
||||
namespace BITKit
|
||||
{
|
||||
public class AppIsNotPlayingException : Exception
|
||||
{
|
||||
public override string Message => "Application Is Not Playing";
|
||||
}
|
||||
public class BITApp
|
||||
{
|
||||
[System.Serializable]
|
||||
|
Reference in New Issue
Block a user