Progress on tutorial

This commit is contained in:
Regalis
2015-08-11 20:23:48 +03:00
parent f248ef528b
commit 5771bc7e02
34 changed files with 528 additions and 192 deletions
+10
View File
@@ -123,6 +123,11 @@ namespace Subsurface
get { return cursorPosition; }
}
public AITarget AiTarget
{
get { return aiTarget; }
}
public float SoundRange
{
get { return aiTarget.SoundRange; }
@@ -264,6 +269,11 @@ namespace Subsurface
get { return secondaryKeyDown; }
}
public AIController AIController
{
get { return aiController; }
}
public bool IsDead
{
get { return isDead; }