]> Dogcows Code - chaz/carfire/blobdiff - CarFire/CarFire/CarFire/IPlayer.cs
New property IEntity.IsCollidable so entities can let the collision code know whether...
[chaz/carfire] / CarFire / CarFire / CarFire / IPlayer.cs
index f90fc151afc8d2f5557c21a15938a3e4089ec13a..6f56cef8863132fa8394a61e31e08303a084c77c 100644 (file)
@@ -17,11 +17,14 @@ namespace CarFire
 \r
     public interface IPlayer : ICharacter\r
     {\r
-        void MovePlayer(TimeSpan timeSpan, List<Keys> keysPressed);\r
+        void UpdateInput(TimeSpan timeSpan, List<Keys> keysPressed);\r
         int Score { get; }\r
         void powerUp(int amount);\r
         void Spawn(Vector2 spawn);\r
         bool alive { get; }\r
+        void Attack();\r
+        void UpdatePosition(TimeSpan timeSpan, List<Keys> keysPressed);\r
+        \r
     }\r
 \r
     public interface IMonster : ICharacter\r
This page took 0.027685 seconds and 4 git commands to generate.