Cleanup (removing unused variables & other redundancies, rethrowing exceptions instead of wrapping them in a new exception instance)
This commit is contained in:
@@ -5,8 +5,6 @@ namespace Barotrauma
|
||||
{
|
||||
class AICharacter : Character
|
||||
{
|
||||
const float AttackBackPriority = 1.0f;
|
||||
|
||||
private AIController aiController;
|
||||
|
||||
public override AIController AIController
|
||||
|
||||
Reference in New Issue
Block a user