bingo 项目提交
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace BingoBrain.Core
|
||||
{
|
||||
public static class FsConst
|
||||
{
|
||||
public const bool BoolDefault = false;
|
||||
public const int IntDefault = 0;
|
||||
public const int IntTrue = 1;
|
||||
public const int IntFalse = 2;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user