X-Git-Url: https://git.r.bdr.sh/rbdr/super-polarity/blobdiff_plain/8bdfcb11a2c1023c684093c0f19f3cc65799e0f8..05e4b948df39b47d33067049cf51fd3be7749031:/SuperPolarity/Actors/Bullet.cs diff --git a/SuperPolarity/Actors/Bullet.cs b/SuperPolarity/Actors/Bullet.cs index d20289c..13d61c1 100644 --- a/SuperPolarity/Actors/Bullet.cs +++ b/SuperPolarity/Actors/Bullet.cs @@ -7,7 +7,7 @@ using Microsoft.Xna.Framework.Graphics; namespace SuperPolarity { - class Bullet : Actor + class Bullet : GameActor { protected ParticleEngine particleEngine; public int Power;