4 lines
64 B
C#
Raw Normal View History

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