changhong/wb_unity_pro/Assets/Scripts/Platform/PlatformWindows.cs

22 lines
222 B
C#
Raw Normal View History

using UnityEngine;
using System.Collections;
using System;
using System.Text;
using System.Runtime.InteropServices;
public class PlatformWindows :MonoBehaviour
{
#if UNITY_EDITOR || UNITY_STANDALONE
#endif
}