Select Method 이름 변경
This commit is contained in:
@@ -327,7 +327,6 @@ MonoBehaviour:
|
|||||||
m_Script: {fileID: 11500000, guid: ce1a1854c76bcd140a71eb36d9308221, type: 3}
|
m_Script: {fileID: 11500000, guid: ce1a1854c76bcd140a71eb36d9308221, type: 3}
|
||||||
m_Name:
|
m_Name:
|
||||||
m_EditorClassIdentifier:
|
m_EditorClassIdentifier:
|
||||||
eventSystem: {fileID: 0}
|
|
||||||
createButton: {fileID: 1887714318721360375}
|
createButton: {fileID: 1887714318721360375}
|
||||||
--- !u!114 &77879358058366330
|
--- !u!114 &77879358058366330
|
||||||
MonoBehaviour:
|
MonoBehaviour:
|
||||||
@@ -464,7 +463,7 @@ MonoBehaviour:
|
|||||||
m_Calls:
|
m_Calls:
|
||||||
- m_Target: {fileID: 77879358058366330}
|
- m_Target: {fileID: 77879358058366330}
|
||||||
m_TargetAssemblyTypeName: TON.CharaterSelection, Assembly-CSharp
|
m_TargetAssemblyTypeName: TON.CharaterSelection, Assembly-CSharp
|
||||||
m_MethodName: OnSelectFemaleCat
|
m_MethodName: OnSelectWhiteCat
|
||||||
m_Mode: 1
|
m_Mode: 1
|
||||||
m_Arguments:
|
m_Arguments:
|
||||||
m_ObjectArgument: {fileID: 0}
|
m_ObjectArgument: {fileID: 0}
|
||||||
@@ -1040,7 +1039,7 @@ MonoBehaviour:
|
|||||||
m_Calls:
|
m_Calls:
|
||||||
- m_Target: {fileID: 77879358058366330}
|
- m_Target: {fileID: 77879358058366330}
|
||||||
m_TargetAssemblyTypeName: TON.CharaterSelection, Assembly-CSharp
|
m_TargetAssemblyTypeName: TON.CharaterSelection, Assembly-CSharp
|
||||||
m_MethodName: OnSelectMaleCat
|
m_MethodName: OnSelectBlackCat
|
||||||
m_Mode: 1
|
m_Mode: 1
|
||||||
m_Arguments:
|
m_Arguments:
|
||||||
m_ObjectArgument: {fileID: 0}
|
m_ObjectArgument: {fileID: 0}
|
||||||
|
|||||||
@@ -8,14 +8,14 @@ namespace TON
|
|||||||
{
|
{
|
||||||
public CharaterCreateUI characterCreateUI;
|
public CharaterCreateUI characterCreateUI;
|
||||||
|
|
||||||
public void OnSelectMaleCat()
|
public void OnSelectBlackCat()
|
||||||
{
|
{
|
||||||
characterCreateUI.SelectCharacter("MaleCat");
|
characterCreateUI.SelectCharacter("BlackCat");
|
||||||
}
|
}
|
||||||
|
|
||||||
public void OnSelectFemaleCat()
|
public void OnSelectWhiteCat()
|
||||||
{
|
{
|
||||||
characterCreateUI.SelectCharacter("FemaleCat");
|
characterCreateUI.SelectCharacter("WhiteCat");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user