Start adding missing scripts Part1
This commit is contained in:
@@ -405,7 +405,7 @@ namespace Game.AI
|
||||
return IsInBounds(_boundary, who) != _negateBoundary;
|
||||
}
|
||||
|
||||
public bool CheckInRoom()
|
||||
public virtual bool CheckInRoom()
|
||||
{
|
||||
if (IsInBoundary())
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user