This repository has been archived on 2026-05-06. You can view files and clone it, but cannot push or open issues/pull-requests.
|
using UnityEngine;
|
|
using System.Collections;
|
|
using System;
|
|
using System.Text;
|
|
using System.Runtime.InteropServices;
|
|
|
|
public class PlatformWindows :MonoBehaviour
|
|
{
|
|
|
|
#if UNITY_EDITOR || UNITY_STANDALONE
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|