blob: 61a23b4bdd0e27c8f283c826db63fb9cb6a2ee59 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using System.Threading;
namespace CustomBaking
{
public class Baker
{
Thread m_Thread;
}
}
|