namespace osu.Game.Context; public interface IContext { /// /// Makes a deep copy of this context. /// /// The deep copy of this context. public IContext Copy(); }