From f03a7cf3e3beab8964cd142ce64fd6dc3cd0735f Mon Sep 17 00:00:00 2001 From: aldrikboy Date: Tue, 16 Jan 2018 22:56:47 +0100 Subject: started working on object selling --- Penguloon/Objects/PenguinObject.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Penguloon/Objects/PenguinObject.cs') 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) -- cgit v1.2.3-70-g09d2