TriggerSkill

**Namespace:** ` `

Views0
PublishedFeb 7, 2026

Loading actions...

5 minBeginnerpromptSingle file

Skill content

Main instructions and any bundled files for this skill.

markdown

TriggerSkill

Namespace:

Fields

  • ActionTargetType _targetType

  • Boolean _checkBeforeTrigger

Dump

// Dll : Assembly-CSharp.dll
// Namespace : 
public class TriggerSkill : ActionNode
{
	private ActionTargetType _targetType; // 0x10
	private Boolean _checkBeforeTrigger; // 0x14
	private static DelegateBridge __Hotfix0_get_allowedSource; // 0x0
	private static DelegateBridge __Hotfix0_Execute; // 0x8
	private static DelegateBridge _c__Hotfix0_ctor; // 0x10

	public override SourceType allowedSource { get; }

	// RVA: 0x1f8d198 VA: 0x75945a5198
	public override SourceType get_allowedSource() { }
	// RVA: 0x1f8d200 VA: 0x75945a5200
	public override Boolean Execute(Blackboard blackboard, SourceType sourceType, ref Snapshot snapshot) { }
	// RVA: 0x1f8d3ec VA: 0x75945a53ec
	public Void .ctor() { }
}
Contents
Share: