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

namespace UIExt
{
    public class DefaultControls
    {

    }
}