Add some APIs.

This commit is contained in:
Brett
2023-10-19 19:08:54 +08:00
parent 4fef487562
commit ceba9e827f
10 changed files with 96 additions and 70 deletions

View File

@@ -0,0 +1,4 @@
class AllowType {
static const black = 0;
static const friend = 1;
}