错误提交
This commit is contained in:
@@ -69,18 +69,6 @@ public class UIWindow : MonoBehaviour
|
||||
uiMessageBox.gameObject.SetActive(true);
|
||||
}
|
||||
|
||||
public void ShowMouseOver()
|
||||
{
|
||||
newMapTrans.GetComponent<UIMouseOver>().enabled = true;
|
||||
bOvering = true;
|
||||
}
|
||||
|
||||
public void HideMouseOver()
|
||||
{
|
||||
newMapTrans.GetComponent<UIMouseOver>().enabled = false;
|
||||
bOvering = false;
|
||||
}
|
||||
|
||||
void Update()
|
||||
{
|
||||
if (mapTrans == null)
|
||||
|
||||
Reference in New Issue
Block a user