Still working on Shooting (shouldn't work yet)

This commit is contained in:
Niklas Ulf Anders Cullberg
2012-10-11 13:03:19 +02:00
parent 0a4eafefa3
commit d38e93dc19
2 changed files with 14 additions and 2 deletions
-1
View File
@@ -17,7 +17,6 @@ namespace DepthsBelow
public List<Shot> Volley;
private PathFinder.Node nextNode;
public Vector2 direction = Vector2.Zero;
public Shot(Core core)