17 lines
421 B
Plaintext
17 lines
421 B
Plaintext
URL: https://wiki.studiominus.nl/internalReference/OptionalInt.html
|
|
Title: People Playground Modding - OptionalInt
|
|
==================================================
|
|
|
|
public struct OptionalInt
|
|
[System.Serializable]
|
|
An integer value that can be inactive
|
|
Fields
|
|
public bool Active
|
|
No description provided
|
|
|
|
public int Value
|
|
No description provided
|
|
|
|
Methods
|
|
public (constructor) OptionalInt(int value)
|
|
No description provided |