파일 정리
This commit is contained in:
parent
a2bb7a9f97
commit
0c6ec55470
@ -1,8 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 35d7905cfe8751640bedce0ce9a61b47
|
|
||||||
folderAsset: yes
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
@ -1,15 +0,0 @@
|
|||||||
%YAML 1.1
|
|
||||||
%TAG !u! tag:unity3d.com,2011:
|
|
||||||
--- !u!114 &11400000
|
|
||||||
MonoBehaviour:
|
|
||||||
m_ObjectHideFlags: 0
|
|
||||||
m_CorrespondingSourceObject: {fileID: 0}
|
|
||||||
m_PrefabInstance: {fileID: 0}
|
|
||||||
m_PrefabAsset: {fileID: 0}
|
|
||||||
m_GameObject: {fileID: 0}
|
|
||||||
m_Enabled: 1
|
|
||||||
m_EditorHideFlags: 0
|
|
||||||
m_Script: {fileID: 11500000, guid: 1d847e6c76ebcd640894fa0023b6ce7c, type: 3}
|
|
||||||
m_Name: SelectCookwareTabUi_TabUiConfigSo
|
|
||||||
m_EditorClassIdentifier:
|
|
||||||
DisplayNameKey: Test002
|
|
@ -1,8 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 638f3769e2653a74d9a503e0e5cd5332
|
|
||||||
NativeFormatImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
mainObjectFileID: 11400000
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
@ -1,15 +0,0 @@
|
|||||||
%YAML 1.1
|
|
||||||
%TAG !u! tag:unity3d.com,2011:
|
|
||||||
--- !u!114 &11400000
|
|
||||||
MonoBehaviour:
|
|
||||||
m_ObjectHideFlags: 0
|
|
||||||
m_CorrespondingSourceObject: {fileID: 0}
|
|
||||||
m_PrefabInstance: {fileID: 0}
|
|
||||||
m_PrefabAsset: {fileID: 0}
|
|
||||||
m_GameObject: {fileID: 0}
|
|
||||||
m_Enabled: 1
|
|
||||||
m_EditorHideFlags: 0
|
|
||||||
m_Script: {fileID: 11500000, guid: 1d847e6c76ebcd640894fa0023b6ce7c, type: 3}
|
|
||||||
m_Name: SelectMenuTabUi_TabUiConfigSo
|
|
||||||
m_EditorClassIdentifier:
|
|
||||||
DisplayNameKey: Test001
|
|
@ -1,8 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: c65b4ab4109ac254d9fc8868c0afcc03
|
|
||||||
NativeFormatImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
mainObjectFileID: 11400000
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
@ -1,15 +0,0 @@
|
|||||||
%YAML 1.1
|
|
||||||
%TAG !u! tag:unity3d.com,2011:
|
|
||||||
--- !u!114 &11400000
|
|
||||||
MonoBehaviour:
|
|
||||||
m_ObjectHideFlags: 0
|
|
||||||
m_CorrespondingSourceObject: {fileID: 0}
|
|
||||||
m_PrefabInstance: {fileID: 0}
|
|
||||||
m_PrefabAsset: {fileID: 0}
|
|
||||||
m_GameObject: {fileID: 0}
|
|
||||||
m_Enabled: 1
|
|
||||||
m_EditorHideFlags: 0
|
|
||||||
m_Script: {fileID: 11500000, guid: 1d847e6c76ebcd640894fa0023b6ce7c, type: 3}
|
|
||||||
m_Name: SelectWorkerTabUi_TabUiConfigSo
|
|
||||||
m_EditorClassIdentifier:
|
|
||||||
DisplayNameKey: Test003
|
|
@ -1,8 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 519ea24b8eb68da449fc191a1237b232
|
|
||||||
NativeFormatImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
mainObjectFileID: 11400000
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
@ -9,6 +9,10 @@ namespace DDD
|
|||||||
[CreateAssetMenu(fileName = "RestaurantManagementSo", menuName = "GameState/RestaurantManagementSo")]
|
[CreateAssetMenu(fileName = "RestaurantManagementSo", menuName = "GameState/RestaurantManagementSo")]
|
||||||
public class RestaurantManagementSo : GameFlowTask
|
public class RestaurantManagementSo : GameFlowTask
|
||||||
{
|
{
|
||||||
|
// TODO : 체크리스트 기능
|
||||||
|
|
||||||
|
// TODO : 조리도구 등록, 해제 기능
|
||||||
|
|
||||||
public ItemSlotUi ItemSlotUiPrefab;
|
public ItemSlotUi ItemSlotUiPrefab;
|
||||||
|
|
||||||
[Title("선택된 메뉴 상세 내용")]
|
[Title("선택된 메뉴 상세 내용")]
|
||||||
|
Loading…
Reference in New Issue
Block a user