OperationLibrary.RegisterBehaviors C# (CSharp) Method

RegisterBehaviors() protected method

protected RegisterBehaviors ( ) : void
return void
	protected void	RegisterBehaviors() {
		DeclareBehaviorOperation.Register( this );
		PushBehaviorOperation.Register( this );
		OrOperation.Register( this );
		AndOperation.Register( this );
		NotOperation.Register( this );
		JumpOperation.Register( this );
		NoOpOperation.Register( this );
	}