mirror of
https://github.com/RaindropViewer/RaindropViewer.git
synced 2026-07-30 19:12:15 +00:00
10 lines
180 B
C#
10 lines
180 B
C#
using Raindrop;
|
|
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
public class CanvasIdentifier : MonoBehaviour
|
|
{
|
|
public CanvasType canvasType;
|
|
}
|