summaryrefslogtreecommitdiff
path: root/WorldlineKeepers/Assets/Scripts/Utils/LogHelper.cs
blob: 5ffed1e1c16d54e2093bfb7c4ce82fe27eddd614 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
using System.Collections;
using System.Collections.Generic;
using System.Runtime.CompilerServices;
using UnityEngine;

namespace WK
{

    public class LogHelper
    {



    }

}