4 lines
64 B
C#
4 lines
64 B
C#
|
public interface IFreezable
|
||
|
{
|
||
|
void Freeze(float duration);
|
||
|
}
|