22 lines
520 B
Plaintext
22 lines
520 B
Plaintext
URL: https://wiki.studiominus.nl/internalReference/Category.html
|
|
Title: People Playground Modding - Category
|
|
==================================================
|
|
|
|
public class Category
|
|
Inherits ScriptableObject
|
|
[CreateAssetMenu(menuName = "PPG/Category")]
|
|
No description provided
|
|
Fields
|
|
public Sprite Icon
|
|
No description provided
|
|
|
|
public string Description
|
|
[Multiline]
|
|
No description provided
|
|
|
|
public bool HadPriorName
|
|
No description provided
|
|
|
|
public string PriorName
|
|
[ShowIf(nameof(HadPriorName))]
|
|
No description provided |