aboutsummaryrefslogtreecommitdiff
path: root/JamHelper/Assets/JamUtils/Smoothing/Scripts/SmoothUtil.cs
blob: 606ff6048462d2ab7fccef2332a9e621412de3b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

namespace JamTools
{

    public class SmoothUtil
    {

    }
}