This commit is contained in:
2025-05-21 16:47:17 +08:00
parent 1881cdf686
commit aec424fcd5
27 changed files with 285 additions and 303 deletions
@@ -2,7 +2,7 @@
namespace AibisDream.Kit
{
internal interface IActionQueueCallback
public interface IActionQueueCallback
{
void Call();
}