]> git.r.bdr.sh - rbdr/super-polarity/blobdiff - SuperPolarity/Actors/Bullet.cs
Moves some files around!
[rbdr/super-polarity] / SuperPolarity / Actors / Bullet.cs
index d20289cd536aa832ac8a1e7d5ff2764877474c87..13d61c15007950172ca79d1535ef9e11334efb97 100644 (file)
@@ -7,7 +7,7 @@ using Microsoft.Xna.Framework.Graphics;
 
 namespace SuperPolarity
 {
-    class Bullet : Actor
+    class Bullet : GameActor
     {
         protected ParticleEngine particleEngine;
         public int Power;