Faction Test 100.4.0.0
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
namespace Barotrauma;
|
||||
|
||||
partial class CheckObjectiveAction : BinaryOptionAction
|
||||
{
|
||||
public CheckObjectiveAction(ScriptedEvent parentEvent, ContentXElement element) : base(parentEvent, element) { }
|
||||
|
||||
protected override bool? DetermineSuccess()
|
||||
{
|
||||
bool success = false;
|
||||
DetermineSuccessProjSpecific(ref success);
|
||||
return success;
|
||||
}
|
||||
|
||||
partial void DetermineSuccessProjSpecific(ref bool success);
|
||||
}
|
||||
Reference in New Issue
Block a user