Files
UltimateFishing/Assets/Scripts/Assembly-CSharp/Win_Hacks.cs
2026-02-21 16:45:37 +08:00

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
{
}