namespace NResUI.Abstractions { public interface IUpdateReceiver { /// /// Called before every UI render /// void OnUpdate(float delta); } }