SmartInt

Namespace: Murder.Core.Smart
Assembly: Murder.dll

public sealed struct SmartInt

⭐ Constructors

public SmartInt()
public SmartInt(Guid guid, int index, int custom)

Parameters
guid Guid
index int
custom int

public SmartInt(int custom)

Parameters
custom int

⭐ Properties

Asset

public readonly Guid Asset;

Returns
Guid

Custom

public readonly int Custom;

Returns
int

Index

public readonly int Index;

Returns
int

Int

public int Int { get; }

Returns
int