diff --git a/3DRadSpace/3DRadSpace/bin/Windows/x86/Debug/Scripts/Temp.cs b/3DRadSpace/3DRadSpace/bin/Windows/x86/Debug/Scripts/Temp.cs deleted file mode 100644 index 0fd20987..00000000 --- a/3DRadSpace/3DRadSpace/bin/Windows/x86/Debug/Scripts/Temp.cs +++ /dev/null @@ -1,28 +0,0 @@ -using _3DRadSpaceDll; -using Microsoft.Xna.Framework; -using Microsoft.Xna.Framework.Input; -using Microsoft.Xna.Framework.Graphics; -using Microsoft.Xna.Framework.Content; -using Microsoft.Xna.Framework.Audio; -using Microsoft.Xna.Framework.Media; -using System; - -class Script -{ - public void Start() - { - - } - public void Run(MouseState mouse, KeyboardState keyboard, GameTime time) - { - - } - public void Draw(SpriteBatch batch,Matrix? view, Matrix? projection) - { - - } - public void End() - { - - } -} \ No newline at end of file