    

 ## On this page

  

 

 #  Struct Patch

 Last update: 16.07.2025 

Namespace: [VM.Managed.DAFUL.FE](VM.Managed.DAFUL.FE.md)  
Assembly: VMFE.dll

This struct is to represent the patch.

```csharp
public struct Patch

```

## Fields

### <a id="VM_Managed_DAFUL_FE_Patch_m_nNode1"></a> m\_nNode1

The 1st node.

```csharp
public uint m_nNode1

```

#### Field Value

[uint](https://learn.microsoft.com/dotnet/api/system.uint32)

### <a id="VM_Managed_DAFUL_FE_Patch_m_nNode2"></a> m\_nNode2

The 2nd node.

```csharp
public uint m_nNode2

```

#### Field Value

[uint](https://learn.microsoft.com/dotnet/api/system.uint32)

### <a id="VM_Managed_DAFUL_FE_Patch_m_nNode3"></a> m\_nNode3

The 3th node.

```csharp
public uint m_nNode3

```

#### Field Value

[uint](https://learn.microsoft.com/dotnet/api/system.uint32)

### <a id="VM_Managed_DAFUL_FE_Patch_m_nNode4"></a> m\_nNode4

The 4th node.

```csharp
public uint m_nNode4

```

#### Field Value

[uint](https://learn.microsoft.com/dotnet/api/system.uint32)