public interface IFreezable { public bool isFrozen { get; set;} void Freeze(float duration); }