namespace GlitchyEngine.Core; public class Application { /// /// Returns true when the script is running in edit mode. /// /// public bool IsEditor = false; /// /// Returns true when the script is running in play mode or in the player. /// /// public bool IsPlaying = false; }