Skip to main content

ModifyStatISBPlugin.titlebarText

public string titlebarText { get; }

Description#

Text to display in the titlebar for the plugin

Usage#

Example
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
    public void ExampleMethod(ModifyStatISBPlugin target)    {        string result = target.titlebarText;    }   }