|
|
@ -5,12 +5,14 @@ using UnityEngine; |
|
|
|
namespace Fungus |
|
|
|
namespace Fungus |
|
|
|
{ |
|
|
|
{ |
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
|
|
|
|
/// Decrease the FungusPriority count, causing the related FungusPrioritySignals to fire. |
|
|
|
|
|
|
|
/// Intended to be used to notify external systems that fungus is doing something important and they should perhaps resume. |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[CommandInfo("Scripting", |
|
|
|
[CommandInfo("Priority Signals", |
|
|
|
"Priority Down", |
|
|
|
"Priority Down", |
|
|
|
"Decrease the FungusPriority count, causing the related FungusPrioritySignals to fire. " + |
|
|
|
"Decrease the FungusPriority count, causing the related FungusPrioritySignals to fire. " + |
|
|
|
"Intended to be used to notify external systems that fungus is doing something important and they should perhaps resume.")] |
|
|
|
"Intended to be used to notify external systems that fungus is doing something important and they should perhaps resume.")] |
|
|
|
public class FungusPrirorityDecrease : Command |
|
|
|
public class FungusPriorityDecrease : Command |
|
|
|
{ |
|
|
|
{ |
|
|
|
public override void OnEnter() |
|
|
|
public override void OnEnter() |
|
|
|
{ |
|
|
|
{ |