v0.10.5.1
This commit is contained in:
@@ -67,6 +67,11 @@ namespace Barotrauma
|
||||
return false;
|
||||
}
|
||||
|
||||
protected bool HasBeenDetermined()
|
||||
{
|
||||
return succeeded.HasValue;
|
||||
}
|
||||
|
||||
public override bool SetGoToTarget(string goTo)
|
||||
{
|
||||
if (Success != null && Success.SetGoToTarget(goTo))
|
||||
|
||||
Reference in New Issue
Block a user