Commit 0aa237e1 authored by lijin's avatar lijin

日志工具

parent 047e7ec5
This diff is collapsed.
fileFormatVersion: 2
guid: c60e12901bc362d42b8b38a9e419ec96
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
......@@ -82,6 +82,7 @@ public class MaskItem : MonoBehaviour
public void Show()
{
IsUse = -1;
gameObject.SetActive(true);
}
public void Hide()
......
......@@ -117,7 +117,7 @@ public class MaskItemMgr : MonoBehaviour
return Create(erd, rgd, rd);
}
public void Replay(int roomId = -1)
public void Replay()
{
for (int i = 0; i < useList.Count; i++)
{
......
......@@ -940,6 +940,7 @@ GameObject:
- component: {fileID: 414882563}
- component: {fileID: 414882562}
- component: {fileID: 414882561}
- component: {fileID: 414882565}
m_Layer: 0
m_Name: Canvas
m_TagString: Untagged
......@@ -1033,6 +1034,19 @@ RectTransform:
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 0, y: 0}
m_Pivot: {x: 0, y: 0}
--- !u!114 &414882565
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 414882560}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: c60e12901bc362d42b8b38a9e419ec96, type: 3}
m_Name:
m_EditorClassIdentifier:
AllowDebugging: 1
--- !u!1 &491076100
GameObject:
m_ObjectHideFlags: 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment