summaryrefslogtreecommitdiff
path: root/Assets/Scripts/Camera/MainCameraDebug.cs
blob: 7a8382eed33c91f6024d8b0ad8385df8fb4a16ac (plain)
1
2
3
4
5
6
7
8
9
10
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class MainCameraDebug
{
	public static Action OnGUIHandlers;

}