(965c31410a) Unstable v0.10.4.0
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Barotrauma
|
||||
{
|
||||
partial class TraitorMissionResult
|
||||
{
|
||||
public readonly string EndMessage;
|
||||
|
||||
public readonly string MissionIdentifier;
|
||||
|
||||
public readonly bool Success;
|
||||
|
||||
public readonly List<Character> Characters = new List<Character>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user