Class MissionStageCompleted
[DiscoverableMessage("Events/Tutorial/MissionStageCompleted", true, "A Mission stage has been completed.", "")]
public class MissionStageCompleted : MissionMessageBase
- Inheritance
-
MissionStageCompleted
- Inherited Members
- Extension Methods
Constructors
MissionStageCompleted()
public MissionStageCompleted()
Properties
AgencyID
public int AgencyID { get; set; }
Property Value
MissionData
public MissionData MissionData { get; set; }
Property Value
PlayerGUID
public string PlayerGUID { get; set; }
Property Value
StageCompleted
public int StageCompleted { get; set; }