7 lines
323 B
C#
7 lines
323 B
C#
using System;
|
|
|
|
[Obsolete("If you run on Windows (Phone) you should think about Unity bugs. If you have changed the resolution or you are using a Unity version below 4.6.1 you might run into problems. Please carefully read the instructions of the function that throws this warning!")]
|
|
public class Win_Hacks : Attribute
|
|
{
|
|
}
|