mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
const 变量名
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Procedure
|
||||
{
|
||||
private int _curTryCount;
|
||||
|
||||
private const int MaxTryCount = 3;
|
||||
private const int MAX_TRY_COUNT = 3;
|
||||
|
||||
public override bool UseNativeDialog { get; }
|
||||
|
||||
|
Reference in New Issue
Block a user