diff options
| author | aldrikboy <aldrikboy@gmail.com> | 2018-01-18 12:34:12 +0100 |
|---|---|---|
| committer | aldrikboy <aldrikboy@gmail.com> | 2018-01-18 12:34:12 +0100 |
| commit | a49c13ab80a76ec81f36d6cbc8c37721f24f828c (patch) | |
| tree | c5d717cb301459b4f83c7a364b8e3676e90bafc7 /Penguloon/ContentManager.cs | |
| parent | 2cb22a74aed80e2cce68f16b0821a690c7c05b7a (diff) | |
ads?
Diffstat (limited to 'Penguloon/ContentManager.cs')
| -rw-r--r-- | Penguloon/ContentManager.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Penguloon/ContentManager.cs b/Penguloon/ContentManager.cs index 175aa32..70e5805 100644 --- a/Penguloon/ContentManager.cs +++ b/Penguloon/ContentManager.cs @@ -19,6 +19,8 @@ namespace Penguloon public static void LoadContent(Main main) { + AdManager.Load(main); + new Thread(() => { Thread.CurrentThread.IsBackground = true; |
