删除多余引用
This commit is contained in:
parent
8af3a68042
commit
37349dc4a1
@ -2,15 +2,11 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Net;
|
|
||||||
using System.Security.Cryptography;
|
|
||||||
using UnityEditor.Rendering;
|
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
using UnityEngine.Events;
|
using UnityEngine.Events;
|
||||||
using UnityEngine.EventSystems;
|
using UnityEngine.EventSystems;
|
||||||
using UnityEngine.Rendering;
|
using UnityEngine.Rendering;
|
||||||
using UnityEngine.UI;
|
using UnityEngine.UI;
|
||||||
using static UnityEditor.Progress;
|
|
||||||
|
|
||||||
[RequireComponent(typeof(Camera))]
|
[RequireComponent(typeof(Camera))]
|
||||||
public class ScreenShotPainter : MonoBehaviour
|
public class ScreenShotPainter : MonoBehaviour
|
||||||
|
|||||||
@ -3,7 +3,6 @@ using UnityEngine.UI;
|
|||||||
using XMLTool;
|
using XMLTool;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using TMPro;
|
using TMPro;
|
||||||
using UnityEditor.Hardware;
|
|
||||||
using DG.Tweening;
|
using DG.Tweening;
|
||||||
|
|
||||||
namespace QFramework.Example
|
namespace QFramework.Example
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user