summaryrefslogtreecommitdiff
path: root/Penguloon/Objects/PenguinObject.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Penguloon/Objects/PenguinObject.cs')
-rw-r--r--Penguloon/Objects/PenguinObject.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Penguloon/Objects/PenguinObject.cs b/Penguloon/Objects/PenguinObject.cs
index 5310262..de48e4c 100644
--- a/Penguloon/Objects/PenguinObject.cs
+++ b/Penguloon/Objects/PenguinObject.cs
@@ -1,6 +1,7 @@
using Microsoft.Xna.Framework;
using Penguloon.Levels;
using Penguloon.Projectiles;
+using System;
using System.Collections.Generic;
namespace Penguloon.Objects
@@ -37,7 +38,7 @@ namespace Penguloon.Objects
public override void DrawUnique(float deltaTime)
{
-
+
}
public override void UpdateUnique(float deltaTime)