4 lines
64 B
C#

public interface IFreezable
{
void Freeze(float duration);
}