This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
300474, | |
177013, | |
271777, | |
298605, | |
316874, | |
297012, | |
300496, | |
79563, | |
313961, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// by JCxYIS | |
/// 20220406 | |
using UnityEngine; | |
/// <summary> | |
/// 繼承此介面以監聽物件點擊事件 | |
/// </summary> | |
public interface IClickable | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// Modded by JCxYIS | |
/// 20220502 | |
using System.Collections; | |
using System.Collections.Generic; | |
using UnityEngine; | |
using UnityEngine.UI; | |
using System; | |
using UnityEngine.EventSystems; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// Modded by JCxYIS | |
/// 20220328 | |
using System.Collections; | |
using System.Collections.Generic; | |
using UnityEngine; | |
using UnityEngine.UI; | |
using System; | |
using UnityEngine.EventSystems; | |
using Pvr_UnitySDKAPI; |