This commit is contained in:
CortexCore
2023-07-17 10:23:47 +08:00
parent 3a61f6677b
commit 936a94c84b
17 changed files with 161 additions and 47 deletions

View File

@@ -56,6 +56,7 @@ namespace BITKit
public const string Internal = "Internal";
}
public const string Value = "Value";
public const string EmetyString = "";
public static Func<bool> True => () => true;
public static Func<bool> False => () => false;
public class EmetyClass { }