namespace Ghost.Engine.Resources; internal class EngineData { public const string ENGINE_NAME = "Ghost Engine"; public readonly static Version EngineVersion = new(0, 1, 0); }