Show / Hide Table of Contents

Class MarkingPoints

Inheritance
System.Object
MarkingPoints
Namespace: Content.Shared.Humanoid.Markings
Assembly: Content.Shared.dll
Syntax
public sealed class MarkingPoints : object

Fields

| Improve this Doc View Source

DefaultMarkings

Declaration
public List<string> DefaultMarkings
Field Value
Type Description
List<System.String>
| Improve this Doc View Source

Points

Declaration
public int Points
Field Value
Type Description
System.Int32
| Improve this Doc View Source

Required

Declaration
public bool Required
Field Value
Type Description
System.Boolean

Methods

| Improve this Doc View Source

CloneMarkingPointDictionary(Dictionary<MarkingCategories, MarkingPoints>)

Declaration
public static Dictionary<MarkingCategories, MarkingPoints> CloneMarkingPointDictionary(Dictionary<MarkingCategories, MarkingPoints> self)
Parameters
Type Name Description
Dictionary<MarkingCategories, MarkingPoints> self
Returns
Type Description
Dictionary<MarkingCategories, MarkingPoints>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾