mirror of
https://github.com/RaindropViewer/RaindropViewer.git
synced 2026-07-27 22:11:39 +00:00
11 lines
128 B
C#
11 lines
128 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
public class DebugTextVM : MonoBehaviour
|
|
{
|
|
|
|
|
|
|
|
}
|