Rename PhysicsBot => Bot since it doesn't just exercise physics anymore

This commit is contained in:
Justin Clark-Casey (justincc)
2011-11-03 22:39:06 +00:00
parent ca2c25ece2
commit f26fdbd8da
5 changed files with 12 additions and 12 deletions

View File

@@ -31,6 +31,6 @@ namespace pCampBot.Interfaces
{
public interface IBehaviour
{
void Action(PhysicsBot bot);
void Action(Bot bot);
}
}