using SC.XR.Unity;
using SC.XR.Unity.Module_Device;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class CheckDeviceType 
{
    public static bool checkIsPhone()
    {
        return false;
    }
}