添加了标识更新
但是只有界面没有功能
This commit is contained in:
14
BITKit/Scripts/Text/TextValidationResource.cs
Normal file
14
BITKit/Scripts/Text/TextValidationResource.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using Godot;
|
||||
|
||||
namespace BITKit;
|
||||
|
||||
[GlobalClass]
|
||||
public partial class TextValidationResource:Resource,ITextValidation
|
||||
{
|
||||
public virtual bool IsTextValid(string text,out string errorReason)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user