Tanoda
BuildProcessor.cs
Go to the documentation of this file.
1using System;
2
3namespace TriLibCore.Editor
4{
5 [Obsolete("Deprecated in order to fix compilation freezing.")]
6 public class BuildProcessor
7 {
8
9 }
10}