mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/MI-38.git
synced 2026-01-24 06:25:39 +03:00
04.07.2022
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class ExitColliderIgnore : MonoBehaviour
|
||||
{
|
||||
/* public ColliderIgnore pan;
|
||||
public void OnMouseExit()
|
||||
{
|
||||
pan.ChangeColliderIgnore(true, "");
|
||||
}*/
|
||||
}
|
||||
Reference in New Issue
Block a user