mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-12 17:55:53 +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);
|
|
} |