Files
Net.Like.Xue.Tokyo/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Utilities/JProgressCancelledException.cs
CortexCore 6cc53eb9dc 1
2024-11-20 11:36:36 +08:00

12 lines
194 B
C#

using UnityEngine;
using System.Collections;
using System.Collections.Generic;
using System;
namespace Pinwheel.Jupiter
{
public class JProgressCancelledException : Exception
{
}
}