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