12 lines
203 B
C#
12 lines
203 B
C#
using System;
|
|
using UnityEditor;
|
|
using UnityEngine;
|
|
|
|
namespace HeurekaGames
|
|
{
|
|
[Obsolete("AHPRO: This file is obsolete. You can safely delete")]
|
|
public class ObsoleteWindowStyler
|
|
{
|
|
|
|
}
|
|
} |