You've already forked Dpr-ScriptsOnly
mirror of
https://github.com/izzy2lost/Dpr-ScriptsOnly.git
synced 2026-03-10 11:49:05 -07:00
273 lines
5.8 KiB
C#
273 lines
5.8 KiB
C#
|
|
using System;
|
|||
|
|
using UnityEngine;
|
|||
|
|
|
|||
|
|
namespace AttributeData
|
|||
|
|
{
|
|||
|
|
public sealed class MapAttribute : ScriptableObject
|
|||
|
|
{
|
|||
|
|
public int value__;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_ZIMEN_01;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_E_KUSA_1;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_E_KUSA_2;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_E_KUSA_3;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_E_KUSA_4;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_E_ZIMEN_01;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_ZIMEN_02;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_E_ZIMEN_02;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_ZIMEN_04;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_POOL_02;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_WATERFALL_01;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_UMI_01;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_POOL_01;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_ASASE_01;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_ICE_01;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_SUNA_01;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_IDOHUKA_01;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_IDOHUKA_02;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_IDOHUKA_03;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_IDOHUKA_04;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_IDOHUKA_05;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_IDOHUKA_06;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_IDOHUKA_07;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_IDOHUKA_08;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_JUMP_01;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_JUMP_02;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_JUMP_03;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_JUMP_04;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_IDO_01;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_IDO_02;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_IDO_03;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_IDO_04;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_IDO_05;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_IDO_06;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_IDO_07;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_IDO_08;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_IDO_09;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_IDOHUKA_09;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_IDOHUKA_10;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_ROCKCLIM_01;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_ROCKCLIM_02;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_SUIRYU_01;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_SUIRYU_02;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_SUIRYU_03;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_SUIRYU_04;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_K_IDOU01;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_K_IDOU02;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_WATER_GYM_HEIGHT01;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_WATER_GYM_HEIGHT02;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_WATER_GYM_HEIGHT03;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_WATER_NO_IN;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_MAT_17;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_MAT_18;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_MAT_01;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_MAT_02;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_MAT_03;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_MAT_04;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_MAT_05;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_MAT_06;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_MAT_07;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_MAT_08;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_MAT_09;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_MAT_10;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_MAT_11;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_MAT_12;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_MAT_13;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_MAT_14;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_MAT_15;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_MAT_16;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_BRIDGE;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_BRIDGE_GROUND;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_BRIDGE_GROUND_E;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_BRIDGE_WATER;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_BRIDGE_SAND;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_BRIDGE_SNOW;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_BRIDGEV_GROUND;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_BRIDGEV_GROUND_E;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_BRIDGEV_WATER;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_BRIDGEV_SAND;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_BRIDGEH_GROUND;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_BRIDGEH_GROUND_E;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_BRIDGEH_WATER;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_BRIDGEH_SAND;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_COUNTER_1;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_PC_1;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_KANBAN_1;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_MAP_1;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_TV_1;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_KANBAN_PC;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_KANBAN_FS;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_KAGU_1;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_KAGU_2;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_KAGU_3;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_KAGU_4;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_PC2_1;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_PC2_2;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_FS_1;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_FREEZE_1;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_CHAMPION_1;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_CHAMPION_2;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_SNOW_01;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_SNOW_02;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_SNOW_03;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_SWAMP_01;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_SWAMP_02;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_SWAMPGRASS_01;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_SWAMPGRASS_02;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_SNOW_04;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_E_SNOWGRASS_01;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_UG_NOENTRY_ZIMEN_01;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_UG_NOENTRY_POOL_01;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_UG_ZIMEN_01;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_UG_POOL_01;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_JITEN_01;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_JITEN_02;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_TAKEOFF_01;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_TAKEOFF_02;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_SLOPE_01;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_SLOPE_02;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_BUMPPOST_01;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_LITTLERACK_01;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_BOOKRACK_01;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_BOOKRACK_02;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_POT_01;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_TRASHBOX_01;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_SHOPRACK_01;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_BLUEPRINT_01;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_LITTLERACK_02;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_SHOPRACK_02;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_SHOPRACK_03;
|
|||
|
|
|
|||
|
|
public GameObject MATTR_NO_ATTR;
|
|||
|
|
}
|
|||
|
|
}
|