mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-20 14:43:48 +00:00
4 lines
101 B
C#
4 lines
101 B
C#
|
|
namespace GTweens.Easings
|
|||
|
|
{
|
|||
|
|
public delegate float EasingDelegate(float a, float b, float t);
|
|||
|
|
}
|