You've already forked taptap2024_GJ_chidouren
init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace IcecreamView
|
||||
{
|
||||
public class CanvasNode : MonoBehaviour
|
||||
{
|
||||
public bool IsBaseCanvas;
|
||||
public int OrderRange;
|
||||
public Canvas Canvas;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user