15 lines
320 BLFS
C#
Executable File
15 lines
320 BLFS
C#
Executable File
using Barotrauma;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace MoreLevelContent.Missions
|
|
{
|
|
partial class BeaconConstMission : Mission
|
|
{
|
|
public override bool DisplayAsCompleted => State > 0;
|
|
|
|
public override bool DisplayAsFailed => false;
|
|
}
|
|
}
|