cirnogodot/GTweensGodot/GTweens/Source/Delegates/ValidationDelegates.cs

6 lines
115 B
C#
Raw Normal View History

2025-02-24 11:52:50 +01:00
namespace GTweens.Delegates;
public static class ValidationDelegates
{
public delegate bool Validation();
}