MilestoneManager.mCompletedMilestones Field |
[Missing <summary> documentation for "F:Planetbase.MilestoneManager.mCompletedMilestones"]
Namespace: PlanetbaseAssembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax[NonSerializedAttribute]
public HashSet<Milestone> mCompletedMilestones
<NonSerializedAttribute>
Public mCompletedMilestones As HashSet(Of Milestone)
public:
[NonSerializedAttribute]
HashSet<Milestone^>^ mCompletedMilestones
Field Value
Type:
HashSet<Milestone>
See Also