General
PromptBeginner5 minmarkdown
Untitled Skill
193
**Namespace:** ` `
Loading actions...
Main instructions and any bundled files for this skill.
Namespace:
ActionTargetType _targetType
Boolean _checkBeforeTrigger
// 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() { }
}
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
risks