]> git.r.bdr.sh - rbdr/super-polarity/blobdiff - SuperPolarity/Actors/Ship.cs
Update source to compile on VS Studio for mac
[rbdr/super-polarity] / SuperPolarity / Actors / Ship.cs
index 229f639ea4945cf16b4819aabb2ba5ee8c51cb19..590b446754dea8ad1f2efdcced94b74fe757a36d 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 Ship : Actor
+    class Ship : GameActor
     {
         public enum Polarity : byte { Negative, Positive, Neutral };