[
  {
    "Type": "Function",
    "Name": "ExecuteUbergraph_sobber",
    "Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
    "Class": "UScriptClass'Function'",
    "Outer": {
      "ObjectName": "BlueprintGeneratedClass'sobber_C'",
      "ObjectPath": "VotV/Content/objects/misc/sobber.3"
    },
    "ChildProperties": [
      {
        "Type": "IntProperty",
        "Name": "EntryPoint",
        "Flags": "RF_Public",
        "ElementSize": 4,
        "PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
      },
      {
        "Type": "FloatProperty",
        "Name": "K2Node_Event_DeltaSeconds",
        "Flags": "RF_Public",
        "ElementSize": 4
      },
      {
        "Type": "BoolProperty",
        "Name": "CallFunc_EqualEqual_IntInt_ReturnValue",
        "Flags": "RF_Public",
        "ElementSize": 1,
        "FieldSize": 1,
        "ByteOffset": 0,
        "ByteMask": 1,
        "FieldMask": 255,
        "BoolSize": 1,
        "bIsNativeBool": true
      },
      {
        "Type": "ObjectProperty",
        "Name": "CallFunc_getMainGamemode_AsMain_Gamemode",
        "Flags": "RF_Public",
        "ElementSize": 8,
        "PropertyClass": {
          "ObjectName": "BlueprintGeneratedClass'mainGamemode_C'",
          "ObjectPath": "VotV/Content/main/mainGamemode.191"
        }
      },
      {
        "Type": "BoolProperty",
        "Name": "CallFunc_IsValid_ReturnValue",
        "Flags": "RF_Public",
        "ElementSize": 1,
        "FieldSize": 1,
        "ByteOffset": 0,
        "ByteMask": 1,
        "FieldMask": 255,
        "BoolSize": 1,
        "bIsNativeBool": true
      }
    ],
    "FunctionFlags": "FUNC_Final | FUNC_UbergraphFunction"
  },
  {
    "Type": "Function",
    "Name": "ReceiveBeginPlay",
    "Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
    "Class": "UScriptClass'Function'",
    "Outer": {
      "ObjectName": "BlueprintGeneratedClass'sobber_C'",
      "ObjectPath": "VotV/Content/objects/misc/sobber.3"
    },
    "SuperStruct": {
      "ObjectName": "Function'Actor:ReceiveBeginPlay'",
      "ObjectPath": "/Script/Engine"
    },
    "FunctionFlags": "FUNC_Event | FUNC_Protected | FUNC_BlueprintEvent"
  },
  {
    "Type": "Function",
    "Name": "ReceiveTick",
    "Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
    "Class": "UScriptClass'Function'",
    "Outer": {
      "ObjectName": "BlueprintGeneratedClass'sobber_C'",
      "ObjectPath": "VotV/Content/objects/misc/sobber.3"
    },
    "SuperStruct": {
      "ObjectName": "Function'Actor:ReceiveTick'",
      "ObjectPath": "/Script/Engine"
    },
    "ChildProperties": [
      {
        "Type": "FloatProperty",
        "Name": "DeltaSeconds",
        "Flags": "RF_Public",
        "ElementSize": 4,
        "PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
      }
    ],
    "FunctionFlags": "FUNC_Event | FUNC_Public | FUNC_BlueprintEvent"
  },
  {
    "Type": "BlueprintGeneratedClass",
    "Name": "sobber_C",
    "Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
    "Class": "UScriptClass'BlueprintGeneratedClass'",
    "Package": "VotV/Content/objects/misc/sobber",
    "Properties": {
      "SimpleConstructionScript": {
        "ObjectName": "SimpleConstructionScript'sobber_C:SimpleConstructionScript_0'",
        "ObjectPath": "VotV/Content/objects/misc/sobber.10"
      },
      "UberGraphFunction": {
        "ObjectName": "Function'sobber_C:ExecuteUbergraph_sobber'",
        "ObjectPath": "VotV/Content/objects/misc/sobber.0"
      }
    },
    "SuperStruct": {
      "ObjectName": "Class'Actor'",
      "ObjectPath": "/Script/Engine"
    },
    "Children": [
      {
        "ObjectName": "Function'sobber_C:ReceiveTick'",
        "ObjectPath": "VotV/Content/objects/misc/sobber.2"
      },
      {
        "ObjectName": "Function'sobber_C:ReceiveBeginPlay'",
        "ObjectPath": "VotV/Content/objects/misc/sobber.1"
      },
      {
        "ObjectName": "Function'sobber_C:ExecuteUbergraph_sobber'",
        "ObjectPath": "VotV/Content/objects/misc/sobber.0"
      }
    ],
    "ChildProperties": [
      {
        "Type": "StructProperty",
        "Name": "UberGraphFrame",
        "Flags": "RF_Public | RF_LoadCompleted",
        "ElementSize": 16,
        "PropertyFlags": "Transient | DuplicateTransient",
        "Struct": {
          "ObjectName": "ScriptStruct'PointerToUberGraphFrame'",
          "ObjectPath": "/Script/Engine"
        }
      },
      {
        "Type": "ObjectProperty",
        "Name": "StaticMesh",
        "Flags": "RF_Public | RF_LoadCompleted",
        "ElementSize": 8,
        "PropertyFlags": "BlueprintVisible | InstancedReference | NonTransactional",
        "PropertyClass": {
          "ObjectName": "Class'StaticMeshComponent'",
          "ObjectPath": "/Script/Engine"
        }
      },
      {
        "Type": "ObjectProperty",
        "Name": "Audio",
        "Flags": "RF_Public | RF_LoadCompleted",
        "ElementSize": 8,
        "PropertyFlags": "BlueprintVisible | InstancedReference | NonTransactional",
        "PropertyClass": {
          "ObjectName": "Class'AudioComponent'",
          "ObjectPath": "/Script/Engine"
        }
      },
      {
        "Type": "ObjectProperty",
        "Name": "DefaultSceneRoot",
        "Flags": "RF_Public | RF_LoadCompleted",
        "ElementSize": 8,
        "PropertyFlags": "BlueprintVisible | InstancedReference | NonTransactional",
        "PropertyClass": {
          "ObjectName": "Class'SceneComponent'",
          "ObjectPath": "/Script/Engine"
        }
      },
      {
        "Type": "ObjectProperty",
        "Name": "gamemode",
        "Flags": "RF_Public | RF_LoadCompleted",
        "ElementSize": 8,
        "PropertyFlags": "Edit | BlueprintVisible | DisableEditOnTemplate | DisableEditOnInstance",
        "PropertyClass": {
          "ObjectName": "BlueprintGeneratedClass'mainGamemode_C'",
          "ObjectPath": "VotV/Content/main/mainGamemode.191"
        }
      }
    ],
    "FuncMap": {
      "ExecuteUbergraph_sobber": {
        "ObjectName": "Function'sobber_C:ExecuteUbergraph_sobber'",
        "ObjectPath": "VotV/Content/objects/misc/sobber.0"
      },
      "ReceiveBeginPlay": {
        "ObjectName": "Function'sobber_C:ReceiveBeginPlay'",
        "ObjectPath": "VotV/Content/objects/misc/sobber.1"
      },
      "ReceiveTick": {
        "ObjectName": "Function'sobber_C:ReceiveTick'",
        "ObjectPath": "VotV/Content/objects/misc/sobber.2"
      }
    },
    "ClassFlags": "CLASS_Config | CLASS_Optional | CLASS_ReplicationDataIsSetUp | CLASS_CompiledFromBlueprint | CLASS_HasInstancedReference",
    "ClassWithin": {
      "ObjectName": "Class'Object'",
      "ObjectPath": "/Script/CoreUObject"
    },
    "ClassConfigName": "Engine",
    "bCooked": true,
    "ClassDefaultObject": {
      "ObjectName": "sobber_C'Default__sobber_C'",
      "ObjectPath": "VotV/Content/objects/misc/sobber.4"
    }
  },
  {
    "Type": "sobber_C",
    "Name": "Default__sobber_C",
    "Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
    "Class": "BlueprintGeneratedClass'VotV/Content/objects/misc/sobber.sobber_C'",
    "Package": "VotV/Content/objects/misc/sobber",
    "Properties": {
      "UberGraphFrame": {},
      "PrimaryActorTick": {
        "bCanEverTick": true,
        "TickInterval": 5.0
      }
    }
  },
  {
    "Type": "AudioComponent",
    "Name": "Audio_GEN_VARIABLE",
    "Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
    "Class": "UScriptClass'AudioComponent'",
    "Outer": {
      "ObjectName": "BlueprintGeneratedClass'sobber_C'",
      "ObjectPath": "VotV/Content/objects/misc/sobber.3"
    },
    "Properties": {
      "Sound": {
        "ObjectName": "SoundWave'sobloop'",
        "ObjectPath": "VotV/Content/audio/effects/sobloop.0"
      },
      "bOverrideAttenuation": true,
      "AttenuationSettings": {
        "ObjectName": "SoundAttenuation'att_small_noAO'",
        "ObjectPath": "VotV/Content/audio/misc/att_small_noAO.0"
      },
      "AttenuationOverrides": {
        "DistanceAlgorithm": "EAttenuationDistanceModel::NaturalSound",
        "AttenuationShapeExtents": {
          "X": 100.0,
          "Y": 0.0,
          "Z": 0.0
        },
        "FalloffDistance": 1500.0
      },
      "bAutoActivate": false
    }
  },
  {
    "Type": "SceneComponent",
    "Name": "DefaultSceneRoot_GEN_VARIABLE",
    "Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
    "Class": "UScriptClass'SceneComponent'",
    "Outer": {
      "ObjectName": "BlueprintGeneratedClass'sobber_C'",
      "ObjectPath": "VotV/Content/objects/misc/sobber.3"
    }
  },
  {
    "Type": "SCS_Node",
    "Name": "SCS_Node_0",
    "Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
    "Class": "UScriptClass'SCS_Node'",
    "Outer": {
      "ObjectName": "SimpleConstructionScript'sobber_C:SimpleConstructionScript_0'",
      "ObjectPath": "VotV/Content/objects/misc/sobber.10"
    },
    "Properties": {
      "ComponentClass": {
        "ObjectName": "Class'SceneComponent'",
        "ObjectPath": "/Script/Engine"
      },
      "ComponentTemplate": {
        "ObjectName": "SceneComponent'sobber_C:DefaultSceneRoot_GEN_VARIABLE'",
        "ObjectPath": "VotV/Content/objects/misc/sobber.6"
      },
      "ChildNodes": [
        {
          "ObjectName": "SCS_Node'sobber_C:SimpleConstructionScript_0.SCS_Node_1'",
          "ObjectPath": "VotV/Content/objects/misc/sobber.8"
        },
        {
          "ObjectName": "SCS_Node'sobber_C:SimpleConstructionScript_0.SCS_Node_2'",
          "ObjectPath": "VotV/Content/objects/misc/sobber.9"
        }
      ],
      "VariableGuid": "7D43FA16-40084A32-86E9E88B-3E73B717",
      "InternalVariableName": "DefaultSceneRoot"
    }
  },
  {
    "Type": "SCS_Node",
    "Name": "SCS_Node_1",
    "Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
    "Class": "UScriptClass'SCS_Node'",
    "Outer": {
      "ObjectName": "SimpleConstructionScript'sobber_C:SimpleConstructionScript_0'",
      "ObjectPath": "VotV/Content/objects/misc/sobber.10"
    },
    "Properties": {
      "ComponentClass": {
        "ObjectName": "Class'AudioComponent'",
        "ObjectPath": "/Script/Engine"
      },
      "ComponentTemplate": {
        "ObjectName": "AudioComponent'sobber_C:Audio_GEN_VARIABLE'",
        "ObjectPath": "VotV/Content/objects/misc/sobber.5"
      },
      "VariableGuid": "9493D964-44983B78-7674979A-DE9B4F0E",
      "InternalVariableName": "Audio"
    }
  },
  {
    "Type": "SCS_Node",
    "Name": "SCS_Node_2",
    "Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
    "Class": "UScriptClass'SCS_Node'",
    "Outer": {
      "ObjectName": "SimpleConstructionScript'sobber_C:SimpleConstructionScript_0'",
      "ObjectPath": "VotV/Content/objects/misc/sobber.10"
    },
    "Properties": {
      "ComponentClass": {
        "ObjectName": "Class'StaticMeshComponent'",
        "ObjectPath": "/Script/Engine"
      },
      "ComponentTemplate": {
        "ObjectName": "StaticMeshComponent'sobber_C:StaticMesh_GEN_VARIABLE'",
        "ObjectPath": "VotV/Content/objects/misc/sobber.11"
      },
      "VariableGuid": "67C6E44F-416B98CA-9B5E74B4-373F590F",
      "InternalVariableName": "StaticMesh"
    }
  },
  {
    "Type": "SimpleConstructionScript",
    "Name": "SimpleConstructionScript_0",
    "Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
    "Class": "UScriptClass'SimpleConstructionScript'",
    "Outer": {
      "ObjectName": "BlueprintGeneratedClass'sobber_C'",
      "ObjectPath": "VotV/Content/objects/misc/sobber.3"
    },
    "Properties": {
      "RootNodes": [
        {
          "ObjectName": "SCS_Node'sobber_C:SimpleConstructionScript_0.SCS_Node_0'",
          "ObjectPath": "VotV/Content/objects/misc/sobber.7"
        }
      ],
      "AllNodes": [
        {
          "ObjectName": "SCS_Node'sobber_C:SimpleConstructionScript_0.SCS_Node_0'",
          "ObjectPath": "VotV/Content/objects/misc/sobber.7"
        },
        {
          "ObjectName": "SCS_Node'sobber_C:SimpleConstructionScript_0.SCS_Node_1'",
          "ObjectPath": "VotV/Content/objects/misc/sobber.8"
        },
        {
          "ObjectName": "SCS_Node'sobber_C:SimpleConstructionScript_0.SCS_Node_2'",
          "ObjectPath": "VotV/Content/objects/misc/sobber.9"
        }
      ],
      "DefaultSceneRootNode": {
        "ObjectName": "SCS_Node'sobber_C:SimpleConstructionScript_0.SCS_Node_0'",
        "ObjectPath": "VotV/Content/objects/misc/sobber.7"
      }
    }
  },
  {
    "Type": "StaticMeshComponent",
    "Name": "StaticMesh_GEN_VARIABLE",
    "Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
    "Class": "UScriptClass'StaticMeshComponent'",
    "Outer": {
      "ObjectName": "BlueprintGeneratedClass'sobber_C'",
      "ObjectPath": "VotV/Content/objects/misc/sobber.3"
    },
    "Properties": {
      "StaticMesh": {
        "ObjectName": "StaticMesh'goregibs_bone_skull_c'",
        "ObjectPath": "VotV/Content/meshes/goregibs/goregibs_bone_skull_c.2"
      }
    }
  }
]