feat: add initial People Playground mod development kit
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
URL: https://wiki.studiominus.nl/internalReference/NotificationControllerBehaviour.html
|
||||
Title: People Playground Modding - NotificationControllerBehaviour
|
||||
==================================================
|
||||
|
||||
public class NotificationControllerBehaviour
|
||||
Inherits MonoBehaviour
|
||||
No description provided
|
||||
Fields
|
||||
public GameObject NotificationPrefab
|
||||
No description provided
|
||||
|
||||
public float NotificationLifetime
|
||||
No description provided
|
||||
|
||||
public uint MaximumAllowedNotifications
|
||||
No description provided
|
||||
|
||||
public List<string> startingHints
|
||||
No description provided
|
||||
|
||||
Methods
|
||||
public static void Show(string text)
|
||||
No description provided
|
||||
|
||||
public static float GetNotificationLifetime()
|
||||
No description provided
|
||||
Reference in New Issue
Block a user