using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using TimeHACK.Engine.Template; namespace TimeHACK.Engine { public class BSODCreator { public static System.Drawing.Text.PrivateFontCollection pfc = new System.Drawing.Text.PrivateFontCollection(); public Win9XBSOD throw9XBSOD(bool except, int type) { return null; } } }