// AUTO-GENERATED FILE - DO NOT EDIT MANUALLY
// This file is generated by PresetGeneratorSettings
// To regenerate, select the PresetGeneratorSettings asset and click 'Generate'

#if UNITY_EDITOR
using UnityEditor;
using UnityEngine;

namespace {{NAME_SPACE}}
{
    internal static class {{CLASS_NAME}}
    {
{{PREFAB_METHODS}}
{{INSTANTIATE_PREFAB_METHOD}}
    }
}
#endif
