]> git.r.bdr.sh - rbdr/super-polarity/blobdiff - SuperPolarity/Actors/Bullet.cs
Update source to compile on VS Studio for mac
[rbdr/super-polarity] / SuperPolarity / Actors / Bullet.cs
index d20289cd536aa832ac8a1e7d5ff2764877474c87..780177765a6f4abd79bce6c694e5bfa15873358b 100644 (file)
@@ -1,4 +1,4 @@
-using System;
+using System;
 using System.Collections.Generic;
 using System.Linq;
 using System.Text;
@@ -7,7 +7,7 @@ using Microsoft.Xna.Framework.Graphics;
 
 namespace SuperPolarity
 {
-    class Bullet : Actor
+    class Bullet : GameActor
     {
         protected ParticleEngine particleEngine;
         public int Power;