cirnogodot/GTweensGodot/GTweens/Source/Delegates/ValidationDelegates.cs
2025-02-24 11:52:50 +01:00

6 lines
No EOL
115 B
C#

namespace GTweens.Delegates;
public static class ValidationDelegates
{
public delegate bool Validation();
}