mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-01 17:21:25 +00:00
4 lines
No EOL
101 B
C#
4 lines
No EOL
101 B
C#
namespace GTweens.Easings
|
|
{
|
|
public delegate float EasingDelegate(float a, float b, float t);
|
|
} |