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

4 lines
No EOL
101 B
C#

namespace GTweens.Easings
{
public delegate float EasingDelegate(float a, float b, float t);
}