public void Load() { if (Running == false) { AssetPool.Load(); } else { throw new InvalidOperationException(); } }