LocalizedStringData

Namespace: Murder.Assets.Localization
Assembly: Murder.dll

public sealed struct LocalizedStringData

⭐ Constructors

public LocalizedStringData()
public LocalizedStringData(Guid guid)

Parameters
guid Guid

⭐ Properties

Counter

public T? Counter { get; public set; }

Total of references to this string data.

Returns
T?

Guid

public readonly Guid Guid;

Returns
Guid

IsGenerated

public bool IsGenerated { get; public set; }

Returns
bool

Notes

public string Notes { get; public set; }

Any notes relevant to this string.

Returns
string

String

public string String { get; public set; }

Returns
string