mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 08:55:35 +00:00
8 lines
No EOL
188 B
C#
8 lines
No EOL
188 B
C#
using GTweens.Delegates;
|
|
|
|
namespace GTweens.Extensions;
|
|
|
|
public static class ValidationExtensions
|
|
{
|
|
public static readonly ValidationDelegates.Validation AlwaysValid = () => true;
|
|
} |