Compare commits
1 Commits
0b563f393b
...
b6439492df
| Author | SHA1 | Date | |
|---|---|---|---|
| b6439492df |
@@ -2,7 +2,11 @@ using System.Collections;
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
using System;
|
using System;
|
||||||
|
#if UNITY_6000_0_OR_NEWER
|
||||||
|
using Unity.Cinemachine;
|
||||||
|
#else
|
||||||
using Cinemachine;
|
using Cinemachine;
|
||||||
|
#endif
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using UnityEngine.UI;
|
using UnityEngine.UI;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user